Spaces:
Sleeping
Sleeping
Update static/index.html
Browse files- static/index.html +13 -0
static/index.html
CHANGED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<body>
|
2 |
+
<!-- Add the Loader -->
|
3 |
+
<div id="loader">
|
4 |
+
<img src="./images/loading.gif" alt="Loading..." />
|
5 |
+
</div>
|
6 |
+
|
7 |
+
<!-- Original Content -->
|
8 |
+
<main>...</main>
|
9 |
+
|
10 |
+
<!-- Other resources -->
|
11 |
+
<link rel="stylesheet" href="./style.css" />
|
12 |
+
<script src="./script.js"></script>
|
13 |
+
</body>
|