Add /samples/ and "black screen of death"
Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
parent
17d09485dd
commit
8e786250f6
4 changed files with 53 additions and 0 deletions
23
samples/black-screen.html
Normal file
23
samples/black-screen.html
Normal file
|
@ -0,0 +1,23 @@
|
|||
<!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>
|
Loading…
Add table
Add a link
Reference in a new issue