about summary refs log tree commit diff stats
path: root/src/App.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.svelte')
-rw-r--r--src/App.svelte7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/App.svelte b/src/App.svelte
new file mode 100644
index 0000000..a273fcc
--- /dev/null
+++ b/src/App.svelte
@@ -0,0 +1,7 @@
+<script></script>
+
+<div class="app">
+  <h2>Level: <input type="number" min="1" max="60" /></h2>
+</div>
+
+<style></style>