view templates/404.html @ 1:013cf0aa49b7

Implement basic mippets, stub templates
author Jordi Gutiérrez Hermoso <jordigh@gmail.com>
date Thu, 24 Jun 2010 08:59:14 -0500
parents
children 2e7226e90157
line wrap: on
line source

<html>
<head>
<title>Quoth the server...</title>
</head>
<body>
<p>
404!
</p>
</body>
</html>