forked from ESGF/esgf.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
28 lines (27 loc) · 792 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
<style type="text/css">
div.announcement {
background: none;
border: 1px solid #ccc;
border-radius: 0;
margin: auto;
margin-bottom: 20px;
padding: 15px 30px;
width: 75%;
}
div.announcement h3 {
margin: 0;
}
div.announcement p {
line-height: 1.2;
}
</style>
<div class="hero-unit announcement">
<h1>404 Page</h1>
<p>
Looking for the wiki it has moved to <a href="https://github.com/ESGF/esgf.github.io/wiki">github</a>.</br>
Looking for the old wiki? It has moved to <a href="http://devel.esgf.org/wiki">http://devel.esgf.org/wiki</a>. For now will be taken down at some point soon.<br/>
Need help? <a href="http://askbot.esgf.org">Support Forum</a> <br/>
<br/>
Lost? <a href="index.html">Home Page</a>
</p>
</div>