summaryrefslogtreecommitdiffstats
path: root/src/static/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/static/index.js')
-rw-r--r--src/static/index.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/static/index.js b/src/static/index.js
new file mode 100644
index 0000000..fb94acc
--- /dev/null
+++ b/src/static/index.js
@@ -0,0 +1,3 @@
+var Elm = require('../elm/Main');
+var container = document.getElementById('container');
+var app = Elm.Main.embed(container); \ No newline at end of file