Empereur-Pirate commited on
Commit
37a1881
·
verified ·
1 Parent(s): 9f98e2d

Update static/index.html

Browse files
Files changed (1) hide show
  1. 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>