diff options
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> |