Skip to content
Snippets Groups Projects
index.html 311 B
<html>
    <head>
        <title>Life of Borris</title>
    </head>
    <body>
        <div id="game-div"></div>
    </body>
    <script type="text/javascript" src="phaser.js"></script>
    <script type="text/javascript" src="game.js"></script>
    <script type="text/javascript" src="main.js"></script>
</html>