[enh] There should be a favicon

This commit is contained in:
alban 2020-05-22 21:47:10 +02:00
parent 724539d88e
commit c16488f637
2 changed files with 1 additions and 0 deletions

BIN
public/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -6,6 +6,7 @@ html(lang="en")
meta(charset='utf-8')
meta(name='viewport', content='width=device-width, initial-scale=1')
link(rel='stylesheet', href='/css/bootstrap.min.css')
link(rel='shortcut icon', type='image/png', href='/favicon.png')
link(rel='stylesheet', href='/css/site.css')
script(type = "text/javascript",src='/js/jquery.min.js')
body