aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorstuebinm2021-02-19 00:50:11 +0100
committerstuebinm2021-02-19 00:51:22 +0100
commit0aaa2a1738b61b056b3e58f473d85e9eb5702402 (patch)
treec41cc241eae258ad6537eface78e8e095163ca5f /index.html
parent56ef5217cc03408b8d2b09809880e2cfda7a5855 (diff)
nix derivation with elm2nix
(modified, to make it work again — elm2nix generates somewhat obstuse and occasionally useless code)
Diffstat (limited to '')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 32c90e2..66fe158 100644
--- a/index.html
+++ b/index.html
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Main</title>
- <script src="app.js"></script>
+ <script src="Main.js"></script>
<link rel="stylesheet" type="text/css" href="document.css" />
</head>