Sha256: 19086d02410c3b18602d783879ed1933fba7a3fa00372fb8de0f0f1bab4829b2

Contents?: true

Size: 556 Bytes

Versions: 6

Compression:

Stored size: 556 Bytes

Contents

---
title: Page Not Found
---
<!DOCTYPE html>
<html lang="en">
<head>
	{%- include head.html -%}
	<style>
	h2 {
		font-feature-settings: "lnum";
		background-color: #ddd;
		width: 140px;
		height: 140px;
		border-radius: 100%;
		display: flex;
		justify-content: center;
		align-items: center
	}
	body {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		font-size: 20px;
		height: 80vh;
	}
	p {text-align: center; line-height: 2em;}
	</style>
</head>
<body>
	<h2>404</h2>
	<p>Page not found.</p>
</body>
</html>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
plainwhite-0.13 404.html
plainwhite-0.12 404.html
plainwhite-0.11 404.html
plainwhite-0.10 404.html
plainwhite-0.9 404.html
plainwhite-0.8 404.html