-
Sebastian Hölscher authoredSebastian Hölscher authored
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>