clean comments

This commit is contained in:
ReznoRMichael 2021-07-05 21:18:32 +02:00
parent 7a73844963
commit 46c35e7af8

View file

@ -140,24 +140,4 @@
</div> <!-- end content -->
</body>
</html>
<!-- All in one -->
<!-- <script src="js/app.js"></script> -->
<!-- AES JS -->
<!-- <script src="js/aes-js.js"></script> -->
<!-- Instantly load test file (Debugging script) -->
<!-- <script src="js/LoadJson.js"></script> -->
<!-- Load Save File for opening files, decoding, decryption -->
<!-- <script src="js/LoadSaveFile.js"></script> -->
<!-- Main script for analyzing the decoded save file -->
<!-- <script src="js/HKCheckCompletion.js"></script> -->
<!-- Populate HTML at load (before img and css) -->
<!-- <script>
document.addEventListener("DOMContentLoaded", InitialHTMLPopulate(DIV_ID));
</script> -->
</html>