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,28 +1,28 @@
<!DOCTYPE html>
<html lang="">
<html lang="en">
<head>
<meta charset="utf-8" />
<title>NXInspired</title>
<link rel="stylesheet" href="/assets/css/style.css" />
<script type="text/javascript" src="/assets/js/main.js"></script>
<audio id="click" src="/assets/wav/click.wav"></audio>
<audio id="error" src="/assets/wav/error.wav"></audio>
<meta charset="UTF-8"/>
<title>NXInspired</title>
<link rel="stylesheet" href="/assets/css/style.css"/>
<script type="text/javascript" src="/assets/js/main.js"></script>
<audio id="click" src="/assets/wav/click.wav"></audio>
<audio id="error" src="/assets/wav/error.wav"></audio>
</head>
<body>
<div class="background-image"></div>
<div class="dialog" id="dialog">
<div class="dialog-content" id="dialog-content">
<p class="error-code">
Error Code: 404
</p>
<div class="description">
<p>Not Found.</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 class="background-image"></div>
<div class="dialog" id="dialog">
<div class="dialog-content" id="dialog-content">
<p class="error-code">
Error Code: 404
</p>
<div class="description">
<p>Not Found.</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>
</body>
</html>