bb4a6362dd
* More dynamic: Includes version in the index.html * Still no external dependencies. * Added lockpick and TegraExplorer
13 lines
296 B
HTML
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>
|