Skip to content

Commit

Permalink
Specfiying button types
Browse files Browse the repository at this point in the history
  • Loading branch information
StrawberryMaster committed Aug 4, 2024
1 parent ad8c30a commit 4f76960
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@
<main>
<h1>TrackGen</h1>
<div id="input-type">
<button class="selected">Manual Input</button>
<button>BT File</button>
<button type="submit" class="selected">Manual Input</button>
<button type="submit">BT File</button>
</div>

<div class="page">
Expand Down Expand Up @@ -247,7 +247,7 @@ <h3>Stage</h3>
<div id="image-container" class="hidden">
<img id="loader" src="static/media/cyclone.png" alt="loading" loading="lazy" />
<img id="output" alt="generated track map" class="hidden" />
<button id="close">
<button type="submit" id="close">
<ion-icon name="close-outline" aria-hidden="true"></ion-icon>
</button>
</div>
Expand Down

0 comments on commit 4f76960

Please sign in to comment.