Add favicon to index.html

This commit is contained in:
Robbie Antenesse 2018-01-07 16:35:30 -07:00
parent 297cbf7415
commit a2063644af
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@
style-src 'self';
worker-src 'self';
form-action 'none'">
<link rel="shortcut icon" href="./favicon.ico" />
</head>
<body>
<div id="site"></div>