forked from the-mvm/the-mvm.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
21 lines (21 loc) · 792 Bytes
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
layout: home-page
permalink: /404.html
title: Sorry
---
{% include calculate_relative_base.html %}
{% include escape-404.html %}
<a href="{{ relativebase }}">
<picture>
<source srcset="{{ relativebase }}assets/img/404_small.jpg" media="(max-width: 768px)">
<source srcset="{{ relativebase }}assets/img/404.jpg">
<img src="{{ relativebase }}assets/img/404.jpg" alt="Page not found" class="pnf-image" style="width:100vw;max-width:unset;margin-left:calc((100% - 100vw)/2);margin-top:-16.5px;">
</picture>
</a>
{% include recent-post.html %}
<form class="search-form inline">
<div id="search-container">
<input type="text" id="search-input" class="search" placeholder="Search">
</div>
</form>
<ul id="results-container" class="results-search"></ul>