Skip to content

Commit

Permalink
Import script after body
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-d committed Apr 20, 2016
1 parent 34b31f7 commit d030b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -26,5 +25,6 @@ <h2>
</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>

0 comments on commit d030b25

Please sign in to comment.