diff options
author | dzwdz | 2025-02-13 10:47:13 +0100 |
---|---|---|
committer | dzwdz | 2025-02-13 10:47:13 +0100 |
commit | 518f897ed04458183a0ad81612070928329b3e14 (patch) | |
tree | 7d37deecf716b454020b5b85fee6727365c6c59f | |
parent | 6f155f27997a4ef9c9f40edf3baff73b5ba34e5b (diff) |
use a relative path for the <script> tag
-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> |