summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/index.html b/index.html
index cb79140..bfe29d4 100644
--- a/index.html
+++ b/index.html
@@ -2,16 +2,21 @@
<html>
<head>
<meta charset="utf-8">
- <title>学汉字</title>
+ <title>学汉字 | sanine.net</title>
<!-- inferno scripts -->
<script src="https://unpkg.com/inferno@7.4.8/dist/inferno.min.js"></script>
<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="./App.js"></script>
- <script src="./main.js"></script>
+
+ <!-- styling -->
+ <link href="./style.css" rel="stylesheet">
</head>
<body>