uechi.io/source/404.html
2021-02-13 21:18:11 +09:00

26 lines
472 B
HTML

---
title: Page Not Found
permalink: "/404"
---
<!DOCTYPE html>
<html>
<%- partial('head.html') %>
<style>
h1 {
font-size: 12em;
font-weight: 100;
margin: 0;
}
</style>
<body>
<%- partial('header.html') %>
<section class="page-section error-page">
<div class="container-narrow text-center py-md-8">
<h1>404</h1>
<p class="lead">This page could not be found</p>
</div>
</section>
</body>
</html>