Move JS at the bottom of the page, to avoid launch before page ready

This commit is contained in:
nemunaire 2020-11-15 17:22:53 +01:00
commit 3ce13b0208
2 changed files with 1 additions and 1 deletions

View file

@ -10,5 +10,6 @@
<div id="cornerbt"></div>
{$script}
<!-- \\******* By Phantom *******// Halo-Battle, Tous droits réservés -->
<script src="{$url_images}js/game.js" type="text/javascript"></script>
</body>
</html>