forked from niklasbuschmann/contrast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
14 lines (13 loc) · 772 Bytes
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
permalink: /404.html
title: "404: Page not found"
layout: default
sitemap: false
sitemap:
exclude: 'yes'
---
<article>
<header><h1 style="font-size:min(10vw,100px);text-align:center;font-weight:bold;">404</h1></header>
<p style="font-size:min(6vw,60px);text-align:center;margin-top:.1em;margin-bottom:1em;">Page not found</p>
<svg xmlns="http://www.w3.org/2000/svg" version="1.0" viewBox="0 0 980 980" style="width:min(50vw,500px);fill:currentColor;display:block;margin-left:auto;margin-right:auto;"><path d="M155,825v-300h-120v-50h120v-120h50v120h120v50h-120v300zm315,-45v-490h-210v-80h210v-210h80v210h210v80h-210v490zm300,45v-250h-120v-50h120v-120h50v120h120v50h-120v250zm-769,75c300,-190,685,-170,955,-25v30c-300,-150,-685,-70,-900,70z"/></svg>
</article>