<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>