sbrs

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

index.html (263B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4         <meta charset="UTF-8">
      5         <link rel="stylesheet" href="styles.css"/>
      6         <title>Foo Bar</title>
      7 </head>
      8 
      9 <body>
     10         <h2>Latest articles</h2>
     11         <ul>
     12                 <!--SBRS-->
     13         </ul>
     14 </body>
     15 </html>