Refactor, implement two buttons pt.1

Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
Macintxsh 2024-05-02 17:12:39 +05:00
parent e3625a31cf
commit 9bc7f2e633
Signed by: mctaylors
GPG key ID: 7181BEBE676903C1
3 changed files with 36 additions and 16 deletions

View file

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="">
<head>
<meta charset="utf-8" />
<title>NXInspired</title>
@ -11,7 +11,7 @@
<body>
<div class="background-image"></div>
<div class="dialog">
<p class="errorcode">
<p class="error-code">
Error Code: 404
</p>
<p class="description">
@ -19,8 +19,11 @@
<br/>
Server cannot find the requested resource. Make sure the link is spelled correctly.
</p>
<button onclick="ok_button('https://github.com/mctaylors/NXInspired')">
OK
<button class="left" onclick="close_button('https://github.com/mctaylors/NXInspired')">
Close
</button>
<button class="right" onclick="details_button()">
Details
</button>
</div>
</body>