New generation style!

* More dynamic: Includes version in the index.html
* Still no external dependencies.
* Added lockpick and TegraExplorer
This commit is contained in:
noirscape
2021-05-12 23:42:11 +02:00
parent 6eabfb88b7
commit bb4a6362dd
8 changed files with 253 additions and 159 deletions

12
html/post.html Normal file
View File

@ -0,0 +1,12 @@
<h3>Result:</h3>
<textarea cols="80" rows="12" id="output"></textarea>
<script src="fusee.bin.js"></script>
<script src="hekate.bin.js"></script>
<script src="lockpick.bin.js"></script>
<script src="tegraexplorer.bin.js"></script>
<script src="main.js"></script>
</body>
</html>