diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2017-12-25 21:08:27 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2017-12-25 21:08:27 +0200 |
| commit | e8b81067e9d58785b633fdbecf3810d7f746788b (patch) | |
| tree | 37620e6c8cc9486f4793a224e11b25b151866137 /src/index.html | |
| parent | b048975d318da59aa0a31689a21e8f3c1c8ebb5b (diff) | |
Optimize for prod
Diffstat (limited to 'src/index.html')
| -rw-r--r-- | src/index.html | 17 |
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> |
