Roughly got save files working.

This commit is contained in:
2025-03-17 19:01:00 -05:00
parent 61d1859437
commit 3b6850f20a
4 changed files with 93 additions and 17 deletions

View File

@ -5,6 +5,7 @@
<title>Emulator Window</title>
<link href="/emulator.css" rel="stylesheet" type="text/css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.2.0/crypto-js.min.js" integrity="sha512-a+SUDuwNzXDvz4XrIcXHuCf089/iJAoN4lmrXJg18XnduKK6YlDHNRalv4yd1N40OKI80tFidF+rqTFKGPoWFQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="/jszip.min.js" type="text/javascript"></script>
</head>
<body>