Add favicon to index.html
This commit is contained in:
parent
297cbf7415
commit
a2063644af
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue