Skip to content

Commit

Permalink
Code optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
JavGuerra committed Feb 19, 2024
1 parent 6f6a8f2 commit b807bdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ <h1>Sinclair QL SCR viewer</h1>

<main>
<div id="controles">
<input type="file" id="inputArchivo" aria-label="Load" />
<input id="inputArchivo" type="file" aria-label="Load" />
<button id="modoSwitch" type="button" role="switch" aria-label="Switch mode"
aria-disabled="true" aria-checked="false">MODE&nbsp;4?</button>
aria-checked="false" aria-disabled="true">MODE&nbsp;4?</button>
<button id="descargar" aria-disabled="true">Download&nbsp;PNG</button>
</div>

Expand Down

0 comments on commit b807bdc

Please sign in to comment.