about summary refs log tree commit diff stats
path: root/js/seed/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/seed/index.html')
-rw-r--r--js/seed/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/js/seed/index.html b/js/seed/index.html
new file mode 100644
index 0000000..08bdd0e
--- /dev/null
+++ b/js/seed/index.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="UTF-8">
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  <title>Starter Kit</title>
+  <link rel="stylesheet" href="style.css">
+</head>
+<body>
+  <main>
+    <div id="app"></div>
+  </main>
+  <script type="module" src="src/app.js"></script>
+</body>
+</html> 
\ No newline at end of file