Merge pull request #586 from luciancic/favicon

add favicon
This commit is contained in:
Peter Cottle 2019-06-10 08:19:55 -07:00 committed by GitHub
commit a8e6ef1e45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 0 deletions

BIN
src/style/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -17,6 +17,7 @@
<link rel="stylesheet" href="build/{{styleFile}}" type="text/css" charset="utf-8">
<link rel="stylesheet" href="src/style/font-awesome.css" type="text/css" charset="utf-8">
<link rel="stylesheet" href="src/style/rainbows.css" type="text/css" charset="utf-8">
<link rel="icon" href="src/style/favicon.ico" type="image/x-icon">
</head>
<body>
<!-- lol noscript. I did not write 9k+ lines of JS just for you to bounce off my website -->