]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - tpl/page.html
Initial commit (version 0.0.40 beta)
[github/shaarli/Shaarli.git] / tpl / page.html
1 <!DOCTYPE html>
2 <html>
3 <head>{include="includes"}</head>
4 <body>
5 <div id="pageheader">{include="page.header"}</div>
6 You body goes here...
7 {include="page.footer"}
8 </body>
9 </html>