Empereur-Pirate commited on
Commit
a6dde64
·
verified ·
1 Parent(s): 45d2d8b

Update static/index.html

Browse files
Files changed (1) hide show
  1. 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="./loading.gif" alt="Loading..." />
5
  </div>
6
 
7
  <!-- Original Content -->
@@ -29,6 +29,6 @@
29
  </section></main>
30
 
31
  <!-- Other resources -->
32
- <link rel="stylesheet" href="../style.css" />
33
- <script src="../script.js"></script>
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>