mirror of
https://github.com/lordfriky/web-cfw-loader.git
synced 2024-12-27 23:51:55 +00:00
Update index.html
This commit is contained in:
parent
ec52c64a9c
commit
d9daa7ef8b
@ -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
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user