summaryrefslogtreecommitdiffstats
path: root/documentation.php
diff options
context:
space:
mode:
Diffstat (limited to 'documentation.php')
-rw-r--r--documentation.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/documentation.php b/documentation.php
new file mode 100644
index 0000000..4a578f1
--- /dev/null
+++ b/documentation.php
@@ -0,0 +1,9 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<? include("header.php") ?>
+ <div id="body">
+<? include("menu.php") ?>
+ <div id="content">
+ </div>
+ </div>
+<? include("footer.php") ?>
+