aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/page.html')
-rw-r--r--tpl/page.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/tpl/page.html b/tpl/page.html
new file mode 100644
index 00000000..834915ec
--- /dev/null
+++ b/tpl/page.html
@@ -0,0 +1,9 @@
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> \ No newline at end of file