add [temporary] favicon

This commit is contained in:
Rhiannon Morris 2020-08-05 00:52:56 +02:00
parent 6c84d4eb1c
commit 1cca7f88d0
3 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,7 @@ make' (GalleryInfo {title, prefix, filters, hidden}) infos = [b|@0
<html lang=en>
<meta charset=utf-8>
<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>
<script src=/script/gallery.js></script>

View File

@ -14,6 +14,7 @@ make' (IndexInfo {title, galleries, links, footer}) = [b|@0
<html lang=en>
<meta charset=utf-8>
<link rel=stylesheet href=/style/shiny/index.css>
<link rel=icon href=/style/niss.svg>
<title>$*title</title>

View File

@ -33,6 +33,7 @@ make' nsfw dir info@(Info {date, title, artist}) = [b|@0
<meta charset=utf-8>
<meta name=viewport content="width=1200,viewport-fit=cover">
<link rel=stylesheet href=/style/shiny/single.css>
<link rel=icon href=/style/niss.svg>
<script src=/script/single.js></script>