-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path404.vto
23 lines (22 loc) · 777 Bytes
/
404.vto
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
title: 404 Not Found
description: Best of luck on your journey!
---
{{ layout "core.vto" }}
<article>
<header>
<h1>404 Not Found</h1>
</header>
<div id="post-body">
<div>
<p>Sorry folks but it seems that URL is not a valid page?</p>
<p>Perhaps you'd like to go back <a href="/">to the beginning?</a>
</p>
<p>Alternatively, check this out:</p>
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
<iframe src="https://www.youtube.com/embed/C7xyoPqYkYM" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0; margin-left: 0;" allowfullscreen title="Capybara fun"></iframe>
</div>
</div>
</div>
</article>
{{ /layout }}