Sha256: 4f71fc8a33a720cbc1667c1f9d5c992a75ed9110364ab526b3c46c18361b29de

Contents?: true

Size: 1.15 KB

Versions: 29

Compression:

Stored size: 1.15 KB

Contents

doctype html
head
	css:
		body, html
		{
			background-color: #eee;
			padding: 0; margin: 0;
			width: 100%;
		}
		h1
		{
			background-color: #ddd;
			color: #008;
			text-align: center;
			border-bottom: 1px solid #000;
			margin: 0;
			padding: 0.5em;
			width: auto;
		}
		p
		{
			color:#004;
			font-size: 1.2em;
			padding: 0 1em;
		}
		#wrapper
		{
			background-color: #fff;
			margin: 1em 5%;
			padding: 0 0 2% 0;
			border-radius: 20px;
			min-height: 50%;
			color: #007;
		}
		#wrapper h2
		{
			background-color: #ddd;
			color: #008;
			text-align: center;
			margin: 0 0 1em 0;
			padding: 0.5em 0;
			width: 100%;
			border-radius: 20px;
		}
		#wrapper p { padding: 0 2%; }
		#wrapper #missing
		{
			color:#904;
			font-size: 1.4em;
			padding: 0.5em 0;
			text-align: center;
			background-color: #fee;
			border-bottom: 1px solid #800;
			margin: 0;
		}
body
	h1 Plezi 404 error code (missing, not broken)...
	#wrapper
		h2#missing
			| couldn't find 
			=< defined?(request) ? request.path : "what you're looking for..."
		p Sorry, we couldn't find what you're looking for...
		p ... but we can always bring you something nice from another location, right?

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
plezi-0.10.12 resources/404.slim
plezi-0.10.11 resources/404.slim
plezi-0.10.10 resources/404.slim
plezi-0.10.9 resources/404.slim
plezi-0.10.8 resources/404.slim
plezi-0.10.6 resources/404.slim
plezi-0.10.5 resources/404.slim
plezi-0.10.4 resources/404.slim
plezi-0.10.3 resources/404.slim
plezi-0.10.2 resources/404.slim
plezi-0.10.1 resources/404.slim
plezi-0.9.2 resources/404.slim
plezi-0.9.1 resources/404.slim
plezi-0.9.0 resources/404.slim
plezi-0.8.7 resources/404.slim
plezi-0.8.6 resources/404.slim
plezi-0.8.5 resources/404.slim
plezi-0.8.4 resources/404.slim
plezi-0.8.3 resources/404.slim
plezi-0.8.2 resources/404.slim