summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
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>