-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path404.html
More file actions
executable file
·26 lines (26 loc) · 950 Bytes
/
404.html
File metadata and controls
executable file
·26 lines (26 loc) · 950 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
---
title: titles.404
---
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
<article id="main">
<header class="special container">
<span class="icon fa-exclamation-circle"></span>
<h2>
{% if site.lang == "it" %}Ahhhhhhhhhhh! Questa pagina non esiste {% elsif site.lang == "en" %}Ahhhhhhhhhhh! This page shall not be found! {% endif %}
</h2>
<br>
<h4>
{% if site.lang == "it" %}Niente paura. Puoi tornare alla <a href="/">pagina iniziale</a>, o sederti e ascoltare una capra che urla come un uomo. {% elsif site.lang == "en" %}Don't worry. You can either go back <a href="/en">home</a>, or sit back, relax and listen to this goat that shouts like a human. {% endif %}
</h4>
</header>
<div id="capra">
<iframe src="https://www.youtube.com/embed/SIaFtAKnqBU?autoplay=1&cc_load_policy=1" onload="this.width=.5*screen.width,this.height=.5*screen.height">
</iframe>
</div>
</article>
{% include footer.html %}
</body>
</html>