diff options
author | sanine-a <sanine.not@pm.me> | 2021-04-16 12:18:00 -0500 |
---|---|---|
committer | sanine-a <sanine.not@pm.me> | 2021-04-16 12:18:00 -0500 |
commit | 897d1fe760f1ea25b8dd802f152d577a396af665 (patch) | |
tree | 875e345953420f2f16e09499974fe34a89fa36e0 /index.html | |
parent | 9207e74f3af48a7a0c76188401c7470c0331ce3e (diff) |
begin functional refactor
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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> |