]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - tpl/page.html
Merge pull request #87 from LionelMartin/3385af123f6b4dfc59aeaa69f180381307b64368
[github/shaarli/Shaarli.git] / tpl / page.html
CommitLineData
45034273
SS
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>