diff options
| author | Horus3 | 2016-10-22 12:20:46 +0200 |
|---|---|---|
| committer | Horus3 | 2016-10-22 12:20:46 +0200 |
| commit | 6c577a65339ac597ac622fb839393f931562cf8e (patch) | |
| tree | 04d56b6a7f3e0783d391e614d2c09e813dc2919f /layouts/404.html | |
| parent | c15893f16dcc694db3b064a77272d9c0da9be2c1 (diff) | |
| download | iamfabulous.de-6c577a65339ac597ac622fb839393f931562cf8e.tar.gz | |
Fix the projects page, improves the piwik script, concats the assets with gulp and styles the 404 template.
Diffstat (limited to 'layouts/404.html')
| -rw-r--r-- | layouts/404.html | 38 |
1 files changed, 34 insertions, 4 deletions
diff --git a/layouts/404.html b/layouts/404.html index b40f7ea..3171635 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -1,7 +1,37 @@ {{partial "header.tmpl" .}} - <header><p>404 - not found</p><br></header> - <p class="twelve columns" style="margin-top: 20px"> - <a class="button" href="/" title="back to index">click to go back</a> - </p> +<div class="row"> + <header><p>404 - not found</p></header> +</div> + +<div class="container journal"> + <div class="row"> + <div class="twelve columns article"> + <ul> + <li class="journal-li"> + <div class="margin-top">Here is nothing.</div> + <br> + <pre> +_ ___ _.--. +\`.|\..----...-'` `-._.-'_.-'` +/ ' ` , __.--' +)/' _/ \ `-_, / +`-'" `"\_ ,_.-;_.-\_ ', + _.-'_./ {_.' ; / + {_.-``-' {_/ + ~~~~~~ ~~~~~ + </pre> + </li> + </ul> + </div> + </div> +</div> + +<div class="container"> + <div class="row center"> + <p class="twelve columns" style="margin-top: 20px"> + <a class="button" href="/" title="back to index">click to go back</a> + </p> + </div> +</div> {{partial "footer.tmpl"}} |
