]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - tpl/default/page.html
Merge pull request #783 from Sbgodin/spaceInBookmarklets
[github/shaarli/Shaarli.git] / tpl / default / 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>