mars

superminimal static website framework
git clone git://parazyd.org/mars.git
Log | Files | Refs | README | LICENSE

header.html (189B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3 <head>
      4     <meta charset="utf-8">
      5     <title>{{{DEFAULT_TITLE}}}</title>
      6     <link rel="stylesheet" type="text/css" href="static/style.css">
      7 </head>
      8 <body>