sbrs

Simple blog and RSS system
git clone git://git.margiolis.net/sbrs.git
Log | Files | Refs | README | LICENSE

template.html (278B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4         <meta charset="UTF-8">
      5         <link rel="stylesheet" href="styles.css"/>
      6         <title>TITLE</title>
      7 </head>
      8 
      9 <body>
     10         <h1>HEADER<h1>
     11 
     12         <!--SBRS-->
     13 
     14         <footer>by <a href="index.html">AUTHOR</a></footer>
     15 </body>
     16 </html>