-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path404.html
20 lines (19 loc) · 920 Bytes
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
permalink: /404.html
layout: fullscreen
title: "404"
image: /assets/images/luke.png
---
<div id="post-info">
<p id="404" style="text-align: center; color: #fff; opacity: .75; font-weight: bold;">404</p>
<h2 style="text-align: center;">This page has just discovered that Darth Vader is his father and ran away to not be found. Go back to the homepage.</h2>
</div>
<div id="nav-icon" style="bottom: 50px;">
<a href="{{ site.url }}"><span class="genericon genericon-home"></span></a>
</div>
<p class="copyright">©{{ site.time | date: "%Y" }}, <a href="{{ site.copyright.url }}" target="_blank">{{ site.copyright.author }}</a>. <a href="{{ site.copyright.type_url }}" target="_blank">{{ site.copyright.type_title }}</a>.</p>
<script type="text/javascript">
document.addEventListener("DOMContentLoaded", function(event) {
$("#404").fitText(0.18, { maxFontSize: '350px' });
});
</script>