Initial commit

This commit is contained in:
2025-10-27 04:10:37 +02:00
commit 359880cb9f
5 changed files with 59 additions and 0 deletions

11
src/index.html Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>panic report</title>
<script src="main.js"></script>
<script src="pako_inflate.min.js"></script>
</head>
<body>
<pre id="logs"></pre>
</body>
</html>