summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index b99eee6..6588c56 100644
--- a/index.html
+++ b/index.html
@@ -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>