diff options
| author | s-ol <s+removethis@s-ol.nu> | 2023-03-23 16:49:48 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2023-03-23 16:49:48 +0000 |
| commit | 9ddad13146307e964d34291b2cfd7cddbdc77e44 (patch) | |
| tree | bf115fe12dea8ecdedbb00363cd6aa2ecdd7e431 /resources | |
| parent | remove debug printing (diff) | |
| download | electric-sudoku-9ddad13146307e964d34291b2cfd7cddbdc77e44.tar.gz electric-sudoku-9ddad13146307e964d34291b2cfd7cddbdc77e44.zip | |
add Dockerfile, build support
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/public/index.html | 2 |
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> |
