Files
panic-report/src/index.html
2025-10-27 04:10:37 +02:00

12 lines
187 B
HTML

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