NXInspired/index.html
mctaylors 8f2c275d39
Initial commit
Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
2024-05-01 04:14:58 +05:00

24 lines
No EOL
558 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>NXInspired</title>
<link rel="stylesheet" href="/assets/css/style.css" />
<meta charset="utf-8" />
</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>
<button>
OK
</button>
</div>
</body>
</html>