doc/tmpl/layout.tmpl.bak
changeset 72 e7b44716a564
equal deleted inserted replaced
71:0f3063b5e96b 72:e7b44716a564
       
     1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
       
     2 <html>
       
     3   <head>
       
     4     <title>Geddit</title>
       
     5   </head>
       
     6   <body class="index">
       
     7     <div id="header">
       
     8       <h1>Geddit</h1>
       
     9     </div>
       
    10     <p>Welcome!</p>
       
    11     <div id="footer">
       
    12       <p class="legalese">© 2007 Edgewall Software</p>
       
    13     </div>
       
    14   </body>
       
    15 </html>