Update 'html/core.html'
This commit is contained in:
parent
fabda837fa
commit
a931f4d57c
@ -1,10 +1,6 @@
|
||||
<h3>Payload:</h3>
|
||||
<div>
|
||||
<form id="mainForm">
|
||||
<p>
|
||||
<input type="radio" name="payload" id="fusee.bin" value="fusee.bin">
|
||||
<label for="fusee.bin">Example payload (fusee.bin)</label>
|
||||
</p>
|
||||
<p>
|
||||
<input type="radio" name="payload" id="hekate.bin" value="hekate.bin" checked>
|
||||
<label for="hekate.bin">Hekate {} - (hekate_ctcaer.bin)</label>
|
||||
@ -17,6 +13,10 @@
|
||||
<input type="radio" name="payload" id="lockpick.bin" value="lockpick.bin">
|
||||
<label for="lockpick.bin">Lockpick_RCM {} - (lockpick.bin)</label>
|
||||
</p>
|
||||
<p>
|
||||
<input type="radio" name="payload" id="fusee.bin" value="fusee.bin">
|
||||
<label for="fusee.bin">Atmosphere fusee v{} - (fusee.bin)</label>
|
||||
</p>
|
||||
<p>
|
||||
<input type="radio" name="payload" id="uploaded" value="uploaded">
|
||||
<label for="uploaded">Upload payload:</label>
|
||||
|
Loading…
Reference in New Issue
Block a user