aboutsummaryrefslogtreecommitdiff
path: root/client/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/index.html')
-rw-r--r--client/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/client/index.html b/client/index.html
index 8ac103a..3803738 100644
--- a/client/index.html
+++ b/client/index.html
@@ -5,5 +5,10 @@
<title>Client</title>
</head>
<body>
+ <div id="main"></div>
+ <script type="text/JavaScript" src="/assets/client.js"></script>
+ <script>
+ var app = Elm.Client.init({node: document.querySelector("main")});
+ </script>
</body>
</html>