Updated 404 page
This commit is contained in:
parent
1d0ca64efa
commit
d6ceae8527
|
@ -6,12 +6,24 @@ layout: default
|
||||||
permalink: /404.html
|
permalink: /404.html
|
||||||
---
|
---
|
||||||
|
|
||||||
Sorry, but the page you were trying to view does not exist --- perhaps you can try searching for it below.
|
<style type="text/css" media="screen">
|
||||||
|
.container {
|
||||||
|
margin: 10px auto;
|
||||||
|
max-width: 600px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
margin: 30px 0;
|
||||||
|
font-size: 4em;
|
||||||
|
line-height: 1;
|
||||||
|
letter-spacing: -1px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<div class="container">
|
||||||
var GOOG_FIXURL_LANG = 'en';
|
<h1>404</h1>
|
||||||
var GOOG_FIXURL_SITE = '{{ site.url }}'
|
|
||||||
</script>
|
<p><strong>😬 Page not found 😬</strong></p>
|
||||||
<script type="text/javascript"
|
<p>Sadly the requested page could not be found.</p>
|
||||||
src="//linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js">
|
<p><a href="./">Maybe via the home page?</a></p>
|
||||||
</script>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue