aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authors-ol <s+removethis@s-ol.nu>2023-03-23 16:49:48 +0000
committers-ol <s+removethis@s-ol.nu>2023-03-23 16:49:48 +0000
commit9ddad13146307e964d34291b2cfd7cddbdc77e44 (patch)
treebf115fe12dea8ecdedbb00363cd6aa2ecdd7e431 /resources
parentremove debug printing (diff)
downloadelectric-sudoku-9ddad13146307e964d34291b2cfd7cddbdc77e44.tar.gz
electric-sudoku-9ddad13146307e964d34291b2cfd7cddbdc77e44.zip
add Dockerfile, build support
Diffstat (limited to 'resources')
-rw-r--r--resources/public/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/public/index.html b/resources/public/index.html
index 1cce040..598c38d 100644
--- a/resources/public/index.html
+++ b/resources/public/index.html
@@ -8,6 +8,6 @@
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
- <script type="text/javascript" src="/js/main.js"></script>
+ <script type="text/javascript" src="$:hyperfiddle.client.module/main$"></script>
</body>
</html>