forked from themika/panic
32 lines
841 B
HTML
32 lines
841 B
HTML
<!DOCTYPE html>
|
|
<html class="dark" style="color-scheme: dark;" lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Panic Report</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>
|
|
<span style="color: magenta;">
|
|
Panic Report
|
|
</span>
|
|
<span style="color: lightgreen;">
|
|
at Sobrooms 😭
|
|
</span>
|
|
</h1>
|
|
Credits: Jocelyn Falempe,
|
|
<a href="https://github.com/kdj0c/panic_report">
|
|
https://github.com/kdj0c/panic_report
|
|
</a>
|
|
<div id="main">
|
|
</div>
|
|
<script type="text/javascript" src="pako_inflate.min.js">
|
|
</script>
|
|
<script type="text/javascript" src="panic_report.js">
|
|
</script>
|
|
</body>
|
|
|
|
</html> |