forked from open-horizon/open-horizon.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
32 lines (27 loc) · 1022 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
31
32
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Error 404 - Page Not Found!</title>
<style>
h1 {
color: rgb(0, 0, 0);
font-family: verdana;
font-size: 150%;
text-align: center;
padding: 150px 150px 10px 150px;
}
p {
color: rgb(0, 0, 0);
font-family: verdana;
font-size: 100%;
text-align: center;
}
</style>
</head>
<body>
<h1>Sorry, this page isn't available.</h1>
<p>The link you followed may be broken, or the page may have been removed. <a style="text-decoration:none" href="https://open-horizon.github.io/">Go back to Homepage.</a></p>
</body>
</html>