Spaces:
Sleeping
Sleeping
Update static/index.html
Browse files- static/index.html +3 -3
static/index.html
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<body>
|
2 |
<!-- Add the Loader -->
|
3 |
<div id="loader">
|
4 |
-
<img src="
|
5 |
</div>
|
6 |
|
7 |
<!-- Original Content -->
|
@@ -29,6 +29,6 @@
|
|
29 |
</section></main>
|
30 |
|
31 |
<!-- Other resources -->
|
32 |
-
|
33 |
-
|
34 |
</body>
|
|
|
1 |
<body>
|
2 |
<!-- Add the Loader -->
|
3 |
<div id="loader">
|
4 |
+
<img src="/static/loading.gif" alt="Loading..." />
|
5 |
</div>
|
6 |
|
7 |
<!-- Original Content -->
|
|
|
29 |
</section></main>
|
30 |
|
31 |
<!-- Other resources -->
|
32 |
+
<link href="/static/style.css" rel="stylesheet">
|
33 |
+
<script src="/static/script.js"></script>
|
34 |
</body>
|