diff --git a/client/phaser-input.js b/client/phaser-input.js
new file mode 120000
index 0000000000000000000000000000000000000000..6bb03a9fdfb8c9401b158ac3bc7a0f9581d08dd4
--- /dev/null
+++ b/client/phaser-input.js
@@ -0,0 +1 @@
+../node_modules/@orange-games/phaser-input/build/phaser-input.js
\ No newline at end of file
diff --git a/client/phaser.js b/client/phaser.js
new file mode 120000
index 0000000000000000000000000000000000000000..30a258c4db7b132750c868e0fbdf3648c8e87c73
--- /dev/null
+++ b/client/phaser.js
@@ -0,0 +1 @@
+../node_modules/phaser-ce/build/phaser.js
\ No newline at end of file
diff --git a/index.html b/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..e86395a55b21530a9382ae1b913cba5231ddd874
--- /dev/null
+++ b/index.html
@@ -0,0 +1,10 @@
+<html>
+    <head>
+        <title>a-awesome-game</title>
+    </head>
+    <body>
+        <div id="game-div"></div>
+    </body>
+    <script src="client/phaser-input.js"></script>
+    <script src="client/phaser.js"></script>
+</html>
\ No newline at end of file