Update index.html

pull/1/merge
Elijah Bansley 2018-05-19 04:20:44 -05:00 committed by GitHub
parent ec52c64a9c
commit d9daa7ef8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -33,6 +33,11 @@
<h1>Load a Payload:</h1>
<div>
<form id="mainForm">
<p>
<input type="radio" name="payload" id="instaboot" value="instaboot" checked>
<label for="instaboot">Instantly boot CFW</label>
</p>
<p>
<input type="radio" name="payload" id="hekate v5" value="hekate v5" checked>
<label for="hekate v5">Hekate for 5.0.x Switches</label>
@ -72,4 +77,5 @@
<script src="./main.js"></script>
</body>
</html>
</html
>