Initial commit

Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
Macintxsh 2024-05-01 04:14:58 +05:00
commit 8f2c275d39
Signed by: mctaylors
GPG key ID: 7181BEBE676903C1
6 changed files with 132 additions and 0 deletions

24
index.html Normal file
View file

@ -0,0 +1,24 @@
<!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>