2024-05-01 02:14:58 +03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<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>
|
|
|
|
<div class="dialog">
|
|
|
|
<p class="errorcode">
|
|
|
|
Error Code: 404
|
|
|
|
</p>
|
|
|
|
<p class="description">
|
|
|
|
Not Found.
|
|
|
|
<br/>
|
|
|
|
Server cannot find the requested resource. Make sure the link is spelled correctly.
|
|
|
|
</p>
|
2024-05-01 23:56:10 +03:00
|
|
|
<button onclick="ok_button('https://github.com/mctaylors/NXInspired')">
|
2024-05-01 02:14:58 +03:00
|
|
|
OK
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|