FIX: fixed semantic HTML errors and made the javascript async.
This commit is contained in:
@@ -15,13 +15,13 @@
|
||||
connect-src ws:;
|
||||
">
|
||||
|
||||
<script src="index.js"></script>
|
||||
<script async src="index.js"></script>
|
||||
|
||||
<!-- Site's Icon -->
|
||||
<link rel="icon" type="image/png" href="/res/favicon.ico">
|
||||
|
||||
<!-- Site manifest. -->
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
|
||||
<!-- Preconnect with the web-font services. -->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
|
||||
Reference in New Issue
Block a user