Preset
This commit is contained in:
14
index.html
14
index.html
@@ -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">
|
||||
© 2023 Oskar Boström
|
||||
</div>
|
||||
|
||||
<script src="script.js"></script>
|
||||
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user