-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
31 lines (30 loc) · 955 Bytes
/
404.html
File metadata and controls
31 lines (30 loc) · 955 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
---
layout: page
language: en
title: "Oh noes, page not found (404)"
titleHtml: |
<h1>
<span class="lang-en">Oh noes, page not found (404)</span>
<span class="lang-fi">Voi ei, sivua ei löytynyt (404)</span>
</h1>
<script>pyppe.finnishPageTitle = 'Voi ei, sivua ei löytynyt (404)';</script>
permalink: /404/
---
<div class="row">
<div class="col-md-6">
<blockquote class="blockquote">
Of all the unhappy people in the world, the unhappiest are those who have not found something they want to do.
<footer class="blockquote-footer">Lyn Yutang</footer>
</blockquote>
<img id="notFoundGif" src="/img/404-not-found.gif?h={{site.resource_hash}}" />
</div>
<div class="col-md-6">
<div id="did-you-mean-404">
<h4>
<span class="lang-fi">Mutta tsekkaapa nämä</span>
<span class="lang-en">But check this out</span>
</h4>
<div id="relevant-posts"></div>
</div>
</div>
</div>