Added favicon to header templates

Removed unsed template
This commit is contained in:
shockrahwow 2019-04-26 15:54:17 -07:00
parent e782bcf24b
commit 740de6c8f4
2 changed files with 1 additions and 1 deletions

View File

@ -1 +0,0 @@
<link rel="shortcut icon" type="image/png" href="/favicon.png"/>

View File

@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.0/build/pure-min.css" integrity="sha384-nn4HPE8lTHyVtfCBi5yW9d20FjT8BJwUXyWZT9InLYax14RDjBj46LmSztkmNP9w" crossorigin="anonymous">
<link rel="shortcut icon" type="image/png" href="/favicon.png"/>
<!-- Side menu forces things properly apparantly-->
<link rel="stylesheet" href="style.css">
</head>