-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path404.html
16 lines (15 loc) · 884 Bytes
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="robots" content="noindex">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge, chrome=1" />
<link href="images/404.ico" rel="icon">
<title>Error 404</title>
<style type="text/css">/*<![CDATA[*/body,html{width:100%;height:100%;overflow-x:hidden;overflow-y:hidden}span{font-family:monospace;font-size:2em}span:after{content:"_";opacity:0;animation:cursor 1s infinite}@keyframes cursor{0%,100%,40%{opacity:0}50%,90%{opacity:1}}html{background:radial-gradient(circle,#fff 0,#aaa 100%) no-repeat}body{text-align:center;display:table}#wrap{box-sizing:border-box;display:table-cell;vertical-align:middle}/*]]>*/</style>
</head>
<body>
<div id="wrap"><span>daemon@noobsec:~$ not found</span></div>
</body>
</html>