NXInspired/samples/black-screen.html
mctaylors 585af1fbd3
We've moved!
Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
2024-05-14 21:08:31 +05:00

25 lines
No EOL
740 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<title>NXInspired</title>
<link rel="icon" href="/assets/svg/nxinspired.svg"/>
<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. git.mctaylors.ru/mctaylors/NXInspired</p>
</div>
<p class="info">(X1) XXX00000000000
(X2) 1.0.0
</p>
</div>
</body>
</html>