mirror of https://github.com/gorhill/uBlock.git
add missing favicon to assert-viewer page
This commit is contained in:
parent
8dd22c848a
commit
ee36b3ddd5
|
@ -6,9 +6,9 @@
|
||||||
<title>uBlock — Asset</title>
|
<title>uBlock — Asset</title>
|
||||||
<link rel="stylesheet" href="lib/codemirror/lib/codemirror.css">
|
<link rel="stylesheet" href="lib/codemirror/lib/codemirror.css">
|
||||||
<link rel="stylesheet" href="lib/codemirror/addon/search/matchesonscrollbar.css">
|
<link rel="stylesheet" href="lib/codemirror/addon/search/matchesonscrollbar.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="css/common.css">
|
<link rel="stylesheet" href="css/common.css">
|
||||||
<link rel="stylesheet" href="css/codemirror.css">
|
<link rel="stylesheet" href="css/codemirror.css">
|
||||||
|
<link rel="shortcut icon" type="image/png" href="img/icon_32.png"/>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
Loading…
Reference in New Issue