From c9c1b78ed805371615d3ca8b54c86da9a35db8ce Mon Sep 17 00:00:00 2001
From: sanine-a <sanine.not@pm.me>
Date: Tue, 13 Apr 2021 11:37:51 -0500
Subject: implement basic user input and button styling

---
 index.html | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

(limited to 'index.html')

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>
-- 
cgit v1.2.1