Reformat Code and Change HTML Indents
Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
parent
81435584cc
commit
6868efb0e9
3 changed files with 81 additions and 75 deletions
|
@ -1,23 +1,24 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="">
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>NXInspired</title>
|
||||
<link rel="stylesheet" href="/assets/css/fatal.css" />
|
||||
<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>
|
||||
<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