Sha256: acd02f0814ce4816a3593104c75aef2c80bea65dbe5637589537bf79e018693a

Contents?: true

Size: 563 Bytes

Versions: 5

Compression:

Stored size: 563 Bytes

Contents

---
title: Page Not Found
---
<!DOCTYPE html>
<html lang="en">
<head>
	{%- include head.html -%}
	<style>
	h1 {
		background-color: #eee;
		width: 220px;
		height: 220px;
		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 {
		font-size: 1.5em;
		text-align: center;
		margin: 0;
		line-height: 2em;
	}
	</style>
</head>
<body>
	<h1>404</h1>
	<p>Page not found.</p>
</body>
</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
texture-0.5 404.html
texture-0.4 404.html
texture-0.3 404.html
texture-0.2 404.html
texture-0.1 404.html