Refactor, implement two buttons pt.1
Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
parent
e3625a31cf
commit
9bc7f2e633
3 changed files with 36 additions and 16 deletions
11
index.html
11
index.html
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue