davidvozdotnet

davidvoz.net source code
git clone https://git.davidvoz.net/davidvozdotnet.git
Log | Files | Refs

template.html (220B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 	<meta charset="utf-8">
      5 	<title>$title$</title>
      6 	<link rel="stylesheet" href="./style.css" />
      7 	<link rel="icon" type="image/png" href="favicon.png" />
      8 </head>
      9 
     10 <body>
     11 $body$
     12 </body>
     13 </html>