Skip to content

Commit 0d5180a

Browse files
authored
Create 404.html
1 parent d07ca09 commit 0d5180a

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

bin/plesk/404.html

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
2+
<!DOCTYPE HTML>
3+
<head>
4+
<title>404 - Page not found</title>
5+
<style>
6+
body {
7+
background-color: #4b4b8f;
8+
font-family: 'Open Sans';
9+
font-size:20px;
10+
color: white;
11+
}
12+
13+
div.message {
14+
position: relative;
15+
top: 150px;
16+
margin: auto;
17+
width: 600px;
18+
text-shadow: 1px 2px #333;
19+
}
20+
21+
div.message h1 {
22+
text-align: center;
23+
}
24+
div.message img {
25+
float:left;
26+
vertical-align:text-top;
27+
margin: 80px 0px;
28+
}
29+
30+
div.details {
31+
position: absolute;
32+
bottom: 10px;
33+
right: 10px;
34+
font-size: 18px;
35+
text-shadow: 1px 2px #333;
36+
}
37+
</style>
38+
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300' rel='stylesheet' type='text/css'>
39+
40+
</head>
41+
<body>
42+
<div class="message">
43+
<h1>Quoth the Raven - 404</h1>
44+
<img src="https://app.marketo.com/images/icons256/bird.png" alt="Quoth the Raven: 404"/>
45+
Once upon a midnight dreary,<br> while I pondered weak and weary,<br>Over many a quaint and curious<br> volume of forgotten lore,<br><br>While I nodded, nearly napping,<br> suddenly there came a tapping,<br>As of some one gently rapping,<br> rapping at my chamber door.<br><br>`'Tis some visitor,' I muttered, <br> `tapping at my chamber door -<br>Only this, and nothing more.'<br><br> Page not found: 404 </div>
46+
<div class="details">
47+
Error 404 | <script language="JavaScript">
48+
document.write( new Date().toLocaleString());
49+
</script>
50+
</div>
51+
</body>
52+
</html>

0 commit comments

Comments
 (0)