summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..01a18cb
--- /dev/null
+++ b/index.html
@@ -0,0 +1,25 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8">
+ <title>smoltype</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+
+ <link href="style.css" rel="stylesheet">
+</head>
+<body>
+ <main class="container">
+ <div id="root"></div>
+ <form>
+ <input type="text" id="main-input" />
+ </form>
+ <form style="display: none">
+ <input type="file" id="file-input" />
+ </form>
+ </main>
+ <script src="exercises.js"></script>
+ <script src="lib.js"></script>
+ <script src="templates.js"></script>
+ <script src="main.js"></script>
+</body>
+</html>