forked from ESGF/esgf.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
executable file
·35 lines (33 loc) · 747 Bytes
/
404.html
File metadata and controls
executable file
·35 lines (33 loc) · 747 Bytes
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
33
34
35
---
layout: default
title: File Not Found
---
<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">
<h3>404: File Not Found</h3><br>
<p>
Looking for the wiki? It has moved to <a href="https://github.com/ESGF/esgf.github.io/wiki">GitHub</a>.</br>
</p>
<p>
Something missing? Report it <a href="https://github.com/ESGF/esgf.github.io/issues">here</a>.</br>
</p>
<p>
<a href="{{site.url}}">Back to main page</a></br>
</p>
</div>