change text in html

This commit is contained in:
Fabian
2025-08-24 17:14:05 -06:00
parent c78885fd84
commit c1785b724f
2 changed files with 8 additions and 8 deletions

View File

@@ -87,22 +87,22 @@
<tr>
<td><label for="floppy_image">Floppy disk image</label></td>
<td><input type="file" id="fda_image"> or <a id="fda_toggle_empty_disk">create empty disk</a><br></td>
<td><input type="file" id="fda_image"> or <a id="fda_toggle_empty_disk">create empty floppy disk</a><br></td>
</tr>
<tr>
<td><label for="floppy_image">Second floppy disk image</label></td>
<td><input type="file" id="fdb_image"> or <a id="fdb_toggle_empty_disk">create empty disk</a><br></td>
<td><input type="file" id="fdb_image"> or <a id="fdb_toggle_empty_disk">create empty floppy disk</a><br></td>
</tr>
<tr>
<td><label for="hda_image">Hard disk image</label></td>
<td><input type="file" id="hda_image"> or <a id="hda_toggle_empty_disk">create empty disk</a><br></td>
<td><input type="file" id="hda_image"> or <a id="hda_toggle_empty_disk">create empty hard disk</a><br></td>
</tr>
<tr>
<td>Second hard disk image</td>
<td><input type="file" id="hdb_image"> or <a id="hdb_toggle_empty_disk">create empty disk</a><br></td>
<td><input type="file" id="hdb_image"> or <a id="hdb_toggle_empty_disk">create empty hard disk</a><br></td>
</tr>
<tr>

View File

@@ -183,22 +183,22 @@
<tr>
<td><label for="floppy_image">Floppy disk image</label></td>
<td><input type="file" id="fda_image"> or <a id="fda_toggle_empty_disk">create empty disk</a><br></td>
<td><input type="file" id="fda_image"> or <a id="fda_toggle_empty_disk">create empty floppy disk</a><br></td>
</tr>
<tr>
<td><label for="floppy_image">Second floppy disk image</label></td>
<td><input type="file" id="fdb_image"> or <a id="fdb_toggle_empty_disk">create empty disk</a><br></td>
<td><input type="file" id="fdb_image"> or <a id="fdb_toggle_empty_disk">create empty floppy disk</a><br></td>
</tr>
<tr>
<td><label for="hda_image">Hard disk image</label></td>
<td><input type="file" id="hda_image"> or <a id="hda_toggle_empty_disk">create empty disk</a><br></td>
<td><input type="file" id="hda_image"> or <a id="hda_toggle_empty_disk">create empty hard disk</a><br></td>
</tr>
<tr>
<td><label for="hdb_image">Second hard disk image</label></td>
<td><input type="file" id="hdb_image"> or <a id="hdb_toggle_empty_disk">create empty disk</a><br></td>
<td><input type="file" id="hdb_image"> or <a id="hdb_toggle_empty_disk">create empty hard disk</a><br></td>
</tr>
<!--