summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorsanine-a <sanine.not@pm.me>2021-04-16 12:18:00 -0500
committersanine-a <sanine.not@pm.me>2021-04-16 12:18:00 -0500
commit897d1fe760f1ea25b8dd802f152d577a396af665 (patch)
tree875e345953420f2f16e09499974fe34a89fa36e0 /index.html
parent9207e74f3af48a7a0c76188401c7470c0331ce3e (diff)
begin functional refactor
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/index.html b/index.html
index 224e992..8ba628b 100644
--- a/index.html
+++ b/index.html
@@ -9,16 +9,12 @@
<script src="https://unpkg.com/inferno-hyperscript@7.4.8/dist/inferno-hyperscript.min.js"></script>
<!-- local scripts -->
- <script src="./main.js"></script>
<script src="./characters.js"></script>
- <script src="./InputBox.js"></script>
- <script src="./StyleButton.js"></script>
- <script src="./HintButton.js"></script>
- <script src="./StyleDropdown.js"></script>
<script src="./App.js"></script>
<!-- styling -->
<link href="./style.css" rel="stylesheet">
+ <!-- -->
</head>
<body>