Skip to content

Commit

Permalink
move bios selector down
Browse files Browse the repository at this point in the history
  • Loading branch information
copy committed Sep 13, 2024
1 parent cfd520b commit 981a8bc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
10 changes: 5 additions & 5 deletions debug.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,6 @@ <h4>Debugger</h4>
<hr>

<table>
<tr>
<td><label for="bios">BIOS</label></td>
<td><input type="file" id="bios"><br></td>
</tr>

<tr>
<td width="350"><label for="cd_image">CD image</label></td>
<td>
Expand Down Expand Up @@ -177,6 +172,11 @@ <h4>Debugger</h4>
<td><input type="file" id="initrd"><br></td>
</tr>

<tr>
<td><label for="bios">BIOS</label></td>
<td><input type="file" id="bios"><br></td>
</tr>

<tr>
<td colspan="2"><small>Disk images are not uploaded to the server</small><hr></td>
</tr>
Expand Down
9 changes: 4 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,6 @@ <h4>Select profile</h4>
<hr>
<h4>Setup</h4>
<table>
<tr>
<td><label for="bios">BIOS</label></td>
<td> <input type="file" id="bios"><br></td>
</tr>

<tr>
<td width="350"><label for="cd_image">CD image</label></td>
<td>
Expand Down Expand Up @@ -107,6 +102,10 @@ <h4>Setup</h4>
<td><input type="file" id="initrd"><br></td>
</tr>

<tr>
<td><label for="bios">BIOS</label></td>
<td> <input type="file" id="bios"><br></td>
</tr>

<tr>
<td colspan="2"><small>Disk images are not uploaded to the server</small><hr></td>
Expand Down

0 comments on commit 981a8bc

Please sign in to comment.