]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - tpl/page.html
Reset permissions on index.php (changed in 18cca483b0b51f190bd875fc4273a0fff3fedebd ).
[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>