24 lines
558 B
HTML
24 lines
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>
|