Reformat Code and Change HTML Indents

Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
Macintxsh 2024-05-04 18:22:30 +05:00
parent 81435584cc
commit 6868efb0e9
Signed by: mctaylors
GPG key ID: 7181BEBE676903C1
3 changed files with 81 additions and 75 deletions

View file

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

View file

@ -1,45 +1,50 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang=""> <html lang="en">
<head> <head>
<meta charset="utf-8" /> <meta charset="UTF-8"/>
<title>NXInspired</title> <title>NXInspired</title>
<link rel="stylesheet" href="/assets/css/style.css" /> <link rel="stylesheet" href="/assets/css/style.css"/>
<script type="text/javascript" src="/assets/js/main.js"></script> <script type="text/javascript" src="/assets/js/main.js"></script>
<audio id="click" src="/assets/wav/click.wav"></audio> <audio id="click" src="/assets/wav/click.wav"></audio>
<audio id="error" src="/assets/wav/error.wav"></audio> <audio id="error" src="/assets/wav/error.wav"></audio>
</head> </head>
<body> <body>
<div class="background-image"></div> <div class="background-image"></div>
<div class="dialog" id="dialog"> <div class="dialog" id="dialog">
<div class="dialog-content" id="dialog-content"> <div class="dialog-content" id="dialog-content">
<p class="error-code"> <p class="error-code">
Error Code: 404 Error Code: 404
</p> </p>
<div class="description"> <div class="description">
<p>Not Found.</p> <p>Not Found.</p>
<p>Server cannot find the requested resource. Make sure the link is spelled correctly.</p> <p>Server cannot find the requested resource. Make sure the link is spelled correctly.</p>
</div>
<button class="left" onclick="close_button('https://github.com/mctaylors/NXInspired')">
<span>Close</span>
</button>
<button class="right" onclick="details_button()">
<span>Details</span>
</button>
</div>
</div> </div>
<div class="details" id="details"> <button class="left" onclick="close_button('https://github.com/mctaylors/NXInspired')">
<div class="details-content"> <span>Close</span>
<p class="error-code"> </button>
Error Code: 404 <button class="right" onclick="details_button()">
</p> <span>Details</span>
<div class="description"> </button>
<p>In computer network communications, the HTTP 404, 404 not found, 404, 404 error, page not found, or file not found error message is a hypertext transfer protocol (HTTP) standard response code, to indicate that the browser was able to communicate with a given server, but the server could not find what was requested. The error may also be used when a server does not wish to disclose whether it has the requested information.</p> </div>
<p>The website hosting server will typically generate a "404 Not Found" web page when a user attempts to follow a broken or dead link; hence the 404 error is one of the most recognizable errors encountered on the World Wide Web.</p> </div>
</div> <div class="details" id="details">
</div> <div class="details-content">
<button onclick="close_button('https://github.com/mctaylors/NXInspired')"> <p class="error-code">
<span>OK</span> Error Code: 404
</button> </p>
<div class="description">
<p>In computer network communications, the HTTP 404, 404 not found, 404, 404 error, page not found, or file not
found error message is a hypertext transfer protocol (HTTP) standard response code, to indicate that the browser
was able to communicate with a given server, but the server could not find what was requested. The error may
also be used when a server does not wish to disclose whether it has the requested information.</p>
<p>The website hosting server will typically generate a "404 Not Found" web page when a user attempts to follow a
broken or dead link; hence the 404 error is one of the most recognizable errors encountered on the World Wide
Web.</p>
</div> </div>
</div>
<button onclick="close_button('https://github.com/mctaylors/NXInspired')">
<span>OK</span>
</button>
</div>
</body> </body>
</html> </html>

View file

@ -1,28 +1,28 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang=""> <html lang="en">
<head> <head>
<meta charset="utf-8" /> <meta charset="UTF-8"/>
<title>NXInspired</title> <title>NXInspired</title>
<link rel="stylesheet" href="/assets/css/style.css" /> <link rel="stylesheet" href="/assets/css/style.css"/>
<script type="text/javascript" src="/assets/js/main.js"></script> <script type="text/javascript" src="/assets/js/main.js"></script>
<audio id="click" src="/assets/wav/click.wav"></audio> <audio id="click" src="/assets/wav/click.wav"></audio>
<audio id="error" src="/assets/wav/error.wav"></audio> <audio id="error" src="/assets/wav/error.wav"></audio>
</head> </head>
<body> <body>
<div class="background-image"></div> <div class="background-image"></div>
<div class="dialog" id="dialog"> <div class="dialog" id="dialog">
<div class="dialog-content" id="dialog-content"> <div class="dialog-content" id="dialog-content">
<p class="error-code"> <p class="error-code">
Error Code: 404 Error Code: 404
</p> </p>
<div class="description"> <div class="description">
<p>Not Found.</p> <p>Not Found.</p>
<p>Server cannot find the requested resource. Make sure the link is spelled correctly.</p> <p>Server cannot find the requested resource. Make sure the link is spelled correctly.</p>
</div>
<button onclick="close_button('https://github.com/mctaylors/NXInspired')">
<span>OK</span>
</button>
</div>
</div> </div>
<button onclick="close_button('https://github.com/mctaylors/NXInspired')">
<span>OK</span>
</button>
</div>
</div>
</body> </body>
</html> </html>