Show favicons on own pages in FF/Opera
This commit is contained in:
parent
6119a406da
commit
1706f380f2
|
@ -1,6 +1,9 @@
|
|||
<html id="stylus">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<link rel="icon" href="/images/icon/16.png" sizes="16x16">
|
||||
<link rel="icon" href="/images/icon/32.png" sizes="32x32">
|
||||
<link rel="icon" href="/images/icon/128.png" sizes="128x128">
|
||||
|
||||
<script src="dom.js"></script>
|
||||
<script src="messaging.js"></script>
|
||||
|
|
|
@ -3,6 +3,9 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<title i18n-text="manageTitle"></title>
|
||||
<link rel="icon" href="/images/icon/16.png" sizes="16x16">
|
||||
<link rel="icon" href="/images/icon/32.png" sizes="32x32">
|
||||
<link rel="icon" href="/images/icon/128.png" sizes="128x128">
|
||||
<link rel="stylesheet" href="manage.css">
|
||||
<link rel="stylesheet" href="msgbox/msgbox.css">
|
||||
|
||||
|
|
|
@ -3,6 +3,9 @@
|
|||
<head>
|
||||
<title i18n-text-append="optionsHeading">Stylus </title>
|
||||
<link rel="stylesheet" href="index.css">
|
||||
<link rel="icon" href="/images/icon/16.png" sizes="16x16">
|
||||
<link rel="icon" href="/images/icon/32.png" sizes="32x32">
|
||||
<link rel="icon" href="/images/icon/128.png" sizes="128x128">
|
||||
<script src="/dom.js"></script>
|
||||
<script src="/messaging.js"></script>
|
||||
<script src="/localization.js"></script>
|
||||
|
|
Loading…
Reference in New Issue
Block a user