add [temporary] favicon
This commit is contained in:
parent
6c84d4eb1c
commit
1cca7f88d0
3 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,7 @@ make' (GalleryInfo {title, prefix, filters, hidden}) infos = [b|@0
|
||||||
<html lang=en>
|
<html lang=en>
|
||||||
<meta charset=utf-8>
|
<meta charset=utf-8>
|
||||||
<link rel=stylesheet href=/style/shiny/gallery.css>
|
<link rel=stylesheet href=/style/shiny/gallery.css>
|
||||||
|
<link rel=icon href=/style/niss.svg>
|
||||||
<link rel=alternate href=rss.xml type=application/rss+xml>
|
<link rel=alternate href=rss.xml type=application/rss+xml>
|
||||||
|
|
||||||
<script src=/script/gallery.js></script>
|
<script src=/script/gallery.js></script>
|
||||||
|
|
|
@ -14,6 +14,7 @@ make' (IndexInfo {title, galleries, links, footer}) = [b|@0
|
||||||
<html lang=en>
|
<html lang=en>
|
||||||
<meta charset=utf-8>
|
<meta charset=utf-8>
|
||||||
<link rel=stylesheet href=/style/shiny/index.css>
|
<link rel=stylesheet href=/style/shiny/index.css>
|
||||||
|
<link rel=icon href=/style/niss.svg>
|
||||||
|
|
||||||
<title>$*title</title>
|
<title>$*title</title>
|
||||||
|
|
||||||
|
|
|
@ -33,6 +33,7 @@ make' nsfw dir info@(Info {date, title, artist}) = [b|@0
|
||||||
<meta charset=utf-8>
|
<meta charset=utf-8>
|
||||||
<meta name=viewport content="width=1200,viewport-fit=cover">
|
<meta name=viewport content="width=1200,viewport-fit=cover">
|
||||||
<link rel=stylesheet href=/style/shiny/single.css>
|
<link rel=stylesheet href=/style/shiny/single.css>
|
||||||
|
<link rel=icon href=/style/niss.svg>
|
||||||
|
|
||||||
<script src=/script/single.js></script>
|
<script src=/script/single.js></script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue