wiki/_includes/bios-shrinker.html
lifehackerhansol b74981acbd
gbarunner2: GBA BIOS dumping guide
Most of this is based on GlaZed_Belmont's guide, which we now have
permission to copy over.

Co-authored-by: Pk11 <pk11@outlook.jp>
2023-04-14 22:03:46 -07:00

3 lines
169 B
HTML

<label for="file-input" class="form-label">{{ include.text }}</label>
<input id="file-input" class="form-control mb-2" type="file" onchange="shrinkBios(this.files[0])">