forked from the-mvm/the-mvm.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ipfs-404.html
23 lines (22 loc) · 814 Bytes
/
ipfs-404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
layout: home-page
permalink: /ipfs-404.html
title: null
---
{% 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>