This commit is contained in:
2023-02-20 22:22:03 +01:00
parent 7804d9208e
commit 9c3071e2d1
2 changed files with 49 additions and 14 deletions

View File

@@ -29,8 +29,15 @@
<input id="input" autocomplete="off"><br>
<p id="inputError"></p>
<form>
<button type="submit" id="add">Add item</button>
<button type="submit" id="add">Add item</button>
</form>
<h3 style="margin-top: 2rem;margin-bottom: 1rem;">
Presets
</h3>
<div style="block">
<button type="submit" id="presetFootball">Football </button>
</div>
</div>
<div class="box2">
@@ -69,6 +76,11 @@
</div>
<button id="reset">Reset</button>
<div style="text-align: left; font-size:1rem;position:absolute;bottom:0">
&copy; 2023 Oskar Boström
</div>
<script src="script.js"></script>
</body>