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,7 +1,7 @@
<!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>
@ -12,7 +12,8 @@
</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
simultaneously to close the browser.</p>
<p>If the problem persists, refer to the NXInspired's GitHub repository. github.com/mctaylors/NXInspired</p> <p>If the problem persists, refer to the NXInspired's GitHub repository. github.com/mctaylors/NXInspired</p>
</div> </div>
<p class="info">(X1) XXX00000000000 <p class="info">(X1) XXX00000000000

View file

@ -1,7 +1,7 @@
<!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>
@ -33,8 +33,13 @@
Error Code: 404 Error Code: 404
</p> </p>
<div class="description"> <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>In computer network communications, the HTTP 404, 404 not found, 404, 404 error, page not found, or file not
<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> 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> </div>
<button onclick="close_button('https://github.com/mctaylors/NXInspired')"> <button onclick="close_button('https://github.com/mctaylors/NXInspired')">

View file

@ -1,7 +1,7 @@
<!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>