summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2024-02-25 17:00:19 -0600
committersanine <sanine.not@pm.me>2024-02-25 17:00:19 -0600
commit965778d7e2298f871e4139cab6a78fb019a7f84f (patch)
tree0ff2f58ce57a1e5f932a89ad2e98f2c33d17ec62 /index.html
parent649d3fa129f2deea9d9b30eedcc25d29e60e0634 (diff)
switch to decks
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 8ba628b..5ac2e34 100644
--- a/index.html
+++ b/index.html
@@ -9,7 +9,7 @@
<script src="https://unpkg.com/inferno-hyperscript@7.4.8/dist/inferno-hyperscript.min.js"></script>
<!-- local scripts -->
- <script src="./characters.js"></script>
+ <script src="./decks.js"></script>
<script src="./App.js"></script>
<!-- styling -->