website

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

template.html (252B)


      1 <html>
      2     <head>
      3         <title>
      4             bpaul blog
      5         </title>
      6     </head>
      7     <body>
      8         <a href="/linux-blog/">back</a>
      9 
     10         <h1>Header</h1>
     11         <p>
     12             date: x/y/z<br>
     13             text
     14         </p>
     15     </body>
     16 </html>