NXInspired/samples/black-screen.html
mctaylors 8e786250f6
Add /samples/ and "black screen of death"
Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
2024-05-04 18:12:29 +05:00

23 lines
No EOL
763 B
HTML

<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8" />
<title>NXInspired</title>
<link rel="stylesheet" href="/assets/css/fatal.css" />
</head>
<body>
<div class="content">
<p class="error-code">
Error Code: 0000-0000
</p>
<div class="description">
<p>An error has occurred.</p>
<p>Please press the F5 Button to reload the page. If you are unable to reload the page, press the ALT and F4 Buttons simultaneously to close the browser.</p>
<p>If the problem persists, refer to the NXInspired's GitHub repository. github.com/mctaylors/NXInspired</p>
</div>
<p class="info">(X1) XXX00000000000
(X2) 1.0.0
</p>
</div>
</body>
</html>