Sha256: 603fff3a15e4505b14cdb72ec396e20f94de2e21eaef50e4468f277e1247548d

Contents?: true

Size: 894 Bytes

Versions: 1

Compression:

Stored size: 894 Bytes

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
	<head>
		<title>Error</title>
		<link href="/stylesheets/default.css" media="screen" rel="stylesheet" type="text/css" />

		<link rel="shortcut icon" href="/images/world.png" type="image/png"/>

		<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>

		<script src="/javascripts/shadedborder.js" type="text/javascript"></script>
		<script type="text/javascript">
			var border = RUZEE.ShadedBorder.create({ corner: 8, shadow: 16,  border: 2 });
			window.onload = function() { border.render('rounded') }
		</script>
	</head>

	<body>
		<div style="padding: 1em; background: white;" id="rounded">
			<h1>Application error (Apache)</h1>
			<p>Sorry</p>
			<p>Original site is there: <a href="http://leparlement.org">Parlement</a></p>
		</div>
	</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
parlement-0.17 public/500.html