about summary refs log tree commit diff stats
path: root/src/App.svelte
blob: a273fcc639c533d16ebe48e09aeb6b51466103f1 (plain) (blame)
1
2
3
4
5
6
7
<script></script>

<div class="app">
  <h2>Level: <input type="number" min="1" max="60" /></h2>
</div>

<style></style>