website

The source code for https://bpaul.xyz
Log | Files | Refs

template.html (218B)


      1 <html>
      2     <head>
      3         <title>
      4             bpaul blog
      5         </title>
      6     </head>
      7     <body>
      8         <a href="/blog/">back</a>
      9 
     10         <h1>Header</h1>
     11         <p>
     12             text
     13         </p>
     14     </body>
     15 </html>