Update files
This commit is contained in:
@ -48,6 +48,10 @@
|
||||
<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">Latest hekate (hekate_ctcaer.bin)</label>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<input type="radio" name="payload" id="uploaded" value="uploaded">
|
||||
@ -62,8 +66,9 @@
|
||||
<h3>Result:</h3>
|
||||
<textarea cols="80" rows="12" id="output"></textarea>
|
||||
|
||||
<script src="./fusee.bin.js"></script>
|
||||
<script src="./main.js"></script>
|
||||
<script src="fusee.bin.js"></script>
|
||||
<script src="hekate.bin.js"></script>
|
||||
<script src="main.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user