aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.html
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@eficode.com>2018-03-03 13:21:03 +0200
committerJan Tuomi <jan.tuomi@eficode.com>2018-03-03 13:21:03 +0200
commit9e4b996de217c827a8949290bca7f896dab26f46 (patch)
treeabd3f2157d4acb2a47c9c027bb917d70fe4895c8 /src/index.html
parenta1c33b51cef94bdec1484aefa3196f733fff123d (diff)
Start using parcel
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html12
1 files changed, 2 insertions, 10 deletions
diff --git a/src/index.html b/src/index.html
index 0a8fd59..ca61b52 100644
--- a/src/index.html
+++ b/src/index.html
@@ -11,15 +11,7 @@
</head>
<body>
- <site></site>
-
- <!-- scripts we need -->
- <script src="https://cdnjs.cloudflare.com/ajax/libs/riot/3.7.4/riot.min.js"></script>
-
- <!-- riot tags -->
- <script src="bundle.js"></script>
-
- <!-- mount this app -->
- <script> riot.mount('*') </script>
+ <div id="app"></div>
+ <script src="app.js"></script>
</body>
</html>