Browse Source

Import script after body

Andre D 8 years ago
parent
commit
d030b25b3f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/index.html

+ 1 - 1
client/index.html

@@ -9,7 +9,6 @@
     <link rel="shortcut icon" href="./favicon/128px.png" sizes="128x128" type="image/png">
     <title>Up1</title>
     <link rel="stylesheet" href="./css/up1.css">
-    <script src="./js/main.js"></script>
     <script>
         window.onunload = function () {}
     </script>
@@ -26,5 +25,6 @@
     </noscript>
 
     <div id="footer" class="footer"><a href="https://github.com/Upload/Up1" target="_blank">Source Code</div>
+    <script src="./js/main.js"></script>
 </body>
 </html>