move script into <head>

This commit is contained in:
Nick Krecklow 2020-05-12 22:21:15 -05:00
parent a68e4d2460
commit 99c271ebc4
No known key found for this signature in database
GPG Key ID: 5F149FDE156FFA94

@ -10,6 +10,8 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<script defer src="../js/main.js"></script>
<title>Minetrack</title> <title>Minetrack</title>
</head> </head>
@ -81,8 +83,6 @@
<span class="icon-code"></span> Powered by open source software - <a href="https://github.com/Cryptkeeper/Minetrack">make it your own!</a> <span class="icon-code"></span> Powered by open source software - <a href="https://github.com/Cryptkeeper/Minetrack">make it your own!</a>
</footer> </footer>
<script src="../js/main.js" defer></script>
</body> </body>
</html> </html>