comparison templates/minimal/html/page.html @ 1823:5f25bf57efb8

added DOCTYPE
author Richard Jones <richard@users.sourceforge.net>
date Tue, 30 Sep 2003 23:57:02 +0000
parents 21312a7564fd
children fad32dafc174
comparison
equal deleted inserted replaced
1822:7e32c7663781 1823:5f25bf57efb8
1 <html metal:define-macro="icing"> 1 <tal:block metal:define-macro="icing">
2 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
3 "http://www.w3.org/TR/html4/strict.dtd">
4 <html>
2 <head> 5 <head>
3 <title metal:define-slot="head_title">title goes here</title> 6 <title metal:define-slot="head_title">title goes here</title>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8;"> 7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8;">
5 8
6 <link rel="stylesheet" type="text/css" href="_file/style.css"> 9 <link rel="stylesheet" type="text/css" href="_file/style.css">
65 <pre tal:condition="request/form/debug | nothing" tal:content="request"> 68 <pre tal:condition="request/form/debug | nothing" tal:content="request">
66 </pre> 69 </pre>
67 70
68 </body> 71 </body>
69 </html> 72 </html>
73 </tal:block>

Roundup Issue Tracker: http://roundup-tracker.org/