Updated 404 page
This commit is contained in:
parent
1d0ca64efa
commit
d6ceae8527
|
@ -6,12 +6,24 @@ layout: default
|
|||
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">
|
||||
var GOOG_FIXURL_LANG = 'en';
|
||||
var GOOG_FIXURL_SITE = '{{ site.url }}'
|
||||
</script>
|
||||
<script type="text/javascript"
|
||||
src="//linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js">
|
||||
</script>
|
||||
<div class="container">
|
||||
<h1>404</h1>
|
||||
|
||||
<p><strong>😬 Page not found 😬</strong></p>
|
||||
<p>Sadly the requested page could not be found.</p>
|
||||
<p><a href="./">Maybe via the home page?</a></p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue