diff options
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,5 +8,5 @@ </head> <body> <script src="https://unpkg.com/mithril/mithril.js"></script> - <script type="module" src="/app.js"></script> + <script type="module" src="app.js"></script> </body> |