Spaces:
Sleeping
Sleeping
add defer at line 17
Browse files- static/index.html +1 -1
static/index.html
CHANGED
|
@@ -14,7 +14,7 @@
|
|
| 14 |
<body>
|
| 15 |
<h1>Focus Guard</h1>
|
| 16 |
<!-- JS -->
|
| 17 |
-
<script src="/static/script.js"></script>
|
| 18 |
|
| 19 |
<!-- Top Menu -->
|
| 20 |
<nav id="top-menu">
|
|
|
|
| 14 |
<body>
|
| 15 |
<h1>Focus Guard</h1>
|
| 16 |
<!-- JS -->
|
| 17 |
+
<script src="/static/script.js" defer></script>
|
| 18 |
|
| 19 |
<!-- Top Menu -->
|
| 20 |
<nav id="top-menu">
|