Update files

This commit is contained in:
noirscape
2020-02-12 17:50:10 +01:00
parent 7b4aa1c608
commit 8b106bca29
4 changed files with 7939 additions and 7 deletions

View File

@ -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>