-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
29 lines (26 loc) · 961 Bytes
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>OCHO6</title>
<style type="text/css">
body { text-align: center; padding: 150px; direction: rtl; color: #fff; background: #000; }
h1 { font-size: 50px; color: #fff; }
p { color: #fff; }
body { font: 20px Helvetica, sans-serif; color: #333; }
#article { display: block; text-align: center; width: 650px; margin: 0 auto; }
a { color: #00dba3; text-decoration: none; }
a:hover { color: #f7af14; text-decoration: none; }
</style>
</head>
<body>
<div id="article">
<h1>OCHO6</h1>
<div>
<p>Hello there</p>
</div>
</div>
</body>
</html>