Initial commit
Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
commit
8f2c275d39
6 changed files with 132 additions and 0 deletions
24
index.html
Normal file
24
index.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue