New generation style!
* More dynamic: Includes version in the index.html * Still no external dependencies. * Added lockpick and TegraExplorer
This commit is contained in:
28
html/core.html
Normal file
28
html/core.html
Normal file
@ -0,0 +1,28 @@
|
||||
<h3>Payload:</h3>
|
||||
<div>
|
||||
<form id="mainForm">
|
||||
<p>
|
||||
<input type="radio" name="payload" id="fusee.bin" value="fusee.bin" checked>
|
||||
<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="fusee.bin">Hekate {} - (hekate_ctcaer.bin)</label>
|
||||
</p>
|
||||
<p>
|
||||
<input type="radio" name="payload" id="tegraexplorer.bin" value="tegraexplorer.bin" checked>
|
||||
<label for="fusee.bin">TegraExplorer v{} - (tegraexplorer.bin)</label>
|
||||
</p>
|
||||
<p>
|
||||
<input type="radio" name="payload" id="lockpick.bin" value="lockpick.bin" checked>
|
||||
<label for="fusee.bin">Lockpick_RCM {} - (lockpick.bin)</label>
|
||||
</p>
|
||||
<p>
|
||||
<input type="radio" name="payload" id="uploaded" value="uploaded">
|
||||
<label for="uploaded">Upload payload:</label>
|
||||
<input type="file" id="payloadUpload">
|
||||
</p>
|
||||
</form>
|
||||
|
||||
<button id="goButton">Do the thing!</button>
|
||||
</div>
|
Reference in New Issue
Block a user