forked from ethereum/ethereum-org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
30 lines (29 loc) · 731 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
30
<html>
<head>
<title>404 page for github pages</title>
<META http-equiv="refresh" content="0;URL=https://www.ethereum.org">
<style>
.error {
width: 320px;
margin: 100px auto;
}
a {
font: 100 16px 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: 16px 0;
margin-bottom: 48px;
font-weight: 600;
font-size: 2.2em;
line-height: 1.4em;
color: #02a8f3;
text-decoration: none;
}
</style>
</head>
<body>
<div class="error">
<p>
<a href="https://www.ethereum.org"> Redirecting to the main page... </a>
</p>
</div>
</body>
</html>