Skip to content

Commit 0057675

Browse files
committed
improved 404 page
1 parent 6c8b700 commit 0057675

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

404.html

+13-6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
layout: default
3+
title: File Not Found
4+
---
5+
16
<style type="text/css">
27
div.announcement {
38
background: none;
@@ -17,12 +22,14 @@
1722
</style>
1823

1924
<div class="hero-unit announcement">
20-
<h1>404 Page</h1>
25+
<h3>404: File Not Found</h3><br>
26+
<p>
27+
Looking for the wiki? It has moved to <a href="https://github.com/ESGF/esgf.github.io/wiki">GitHub</a>.</br>
28+
</p>
29+
<p>
30+
Something missing? Report it <a href="https://github.com/ESGF/esgf.github.io/issues">here</a>.</br>
31+
</p>
2132
<p>
22-
Looking for the wiki it has moved to <a href="https://github.com/ESGF/esgf.github.io/wiki">github</a>.</br>
23-
<br/>
24-
Need help? <a href="http://askbot.esgf.org">Support Forum</a> <br/>
25-
<br/>
26-
Lost? <a href="index.html">Home Page</a>
33+
<a href="{{site.url}}">Back to main page</a></br>
2734
</p>
2835
</div>

0 commit comments

Comments
 (0)