FIX: fixed semantic HTML errors and made the javascript async.

This commit is contained in:
MajorDroolz
2022-12-18 02:02:39 -05:00
parent ce5edecd77
commit 14f5d66bfa

View File

@@ -15,13 +15,13 @@
connect-src ws:; connect-src ws:;
"> ">
<script src="index.js"></script> <script async src="index.js"></script>
<!-- Site's Icon --> <!-- Site's Icon -->
<link rel="icon" type="image/png" href="/res/favicon.ico"> <link rel="icon" type="image/png" href="/res/favicon.ico">
<!-- Site manifest. --> <!-- Site manifest. -->
<link rel="manifest" href="/manifest.json" /> <link rel="manifest" href="/manifest.json">
<!-- Preconnect with the web-font services. --> <!-- Preconnect with the web-font services. -->
<link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.googleapis.com">