diff options
Diffstat (limited to 'src/index.html')
| -rw-r--r-- | src/index.html | 12 |
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> |
