aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html17
1 files changed, 5 insertions, 12 deletions
diff --git a/src/index.html b/src/index.html
index 2dd9ab8..0a8fd59 100644
--- a/src/index.html
+++ b/src/index.html
@@ -1,5 +1,5 @@
<!doctype html>
-<html>
+<html lang="en">
<head>
<title>Jan Tuomi</title>
@@ -12,21 +12,14 @@
<body>
<site></site>
-
- <!-- riot tags -->
- <script src="components/site.tag" type="riot/tag"></script>
- <script src="components/header.tag" type="riot/tag"></script>
- <script src="components/contact.tag" type="riot/tag"></script>
- <script src="components/content.tag" type="riot/tag"></script>
- <script src="components/list.tag" type="riot/tag"></script>
- <script src="components/subheading.tag" type="riot/tag"></script>
<!-- scripts we need -->
- <script src="https://cdnjs.cloudflare.com/ajax/libs/babel-standalone/6.18.1/babel.min.js"></script>
- <script src="https://rawgit.com/riot/riot/master/riot%2Bcompiler.min.js"></script>
+ <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>
</body>
-
</html>