2024-05-01 02:14:58 +03:00
|
|
|
<!DOCTYPE html>
|
2024-05-02 15:12:39 +03:00
|
|
|
<html lang="">
|
2024-05-01 02:14:58 +03:00
|
|
|
<head>
|
2024-05-01 23:56:10 +03:00
|
|
|
<meta charset="utf-8" />
|
2024-05-01 02:14:58 +03:00
|
|
|
<title>NXInspired</title>
|
|
|
|
<link rel="stylesheet" href="/assets/css/style.css" />
|
2024-05-01 23:56:10 +03:00
|
|
|
<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>
|
2024-05-01 02:14:58 +03:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="background-image"></div>
|
2024-05-02 20:40:24 +03:00
|
|
|
<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>
|
2024-05-02 17:56:33 +03:00
|
|
|
</div>
|
2024-05-01 02:14:58 +03:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|