comparison 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
comparison
equal deleted inserted replaced
0:448f907a9d7e 1:013cf0aa49b7
1 <html>
2 <head>
3 <title>Quoth the server...</title>
4 </head>
5 <body>
6 <p>
7 404!
8 </p>
9 </body>
10 </html>