theader.html - mars - superminimal static website framework
HTML git clone git://parazyd.org/mars.git
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
theader.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>