Implement two buttons, pt.2
Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
parent
c0955b4fdf
commit
61958c4f5f
5 changed files with 122 additions and 37 deletions
|
@ -10,17 +10,19 @@
|
|||
</head>
|
||||
<body>
|
||||
<div class="background-image"></div>
|
||||
<div class="dialog">
|
||||
<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 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>
|
||||
<button onclick="close_button('https://github.com/mctaylors/NXInspired')">
|
||||
<span>Close</span>
|
||||
</button>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue