aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/page.html')
-rw-r--r--tpl/page.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/tpl/page.html b/tpl/page.html
new file mode 100644
index 00000000..2601169e
--- /dev/null
+++ b/tpl/page.html
@@ -0,0 +1,8 @@
1<html>
2<head>{include="includes"}</head>
3<body>
4 <div id="pageheader">{include="page.header"}</div>
5 You body goes here...
6 {include="page.footer"}
7</body>
8</html> \ No newline at end of file