fuseeplusplus/html/post.html
noirscape bb4a6362dd New generation style!
* More dynamic: Includes version in the index.html
* Still no external dependencies.
* Added lockpick and TegraExplorer
2021-05-12 23:42:11 +02:00

13 lines
296 B
HTML

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