add link with icon in head

This commit is contained in:
Lucian Condrea 2019-06-09 11:55:08 +02:00 committed by GitHub
parent 95e4aac541
commit 6e39a45adf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 -->