diff options
| author | Chris Alfonso <calfonso@redhat.com> | 2008-06-26 14:01:01 -0400 |
|---|---|---|
| committer | Chris Alfonso <calfonso@redhat.com> | 2008-06-26 14:01:01 -0400 |
| commit | bc9ffb66eaddeb2f51c1b018542360afea504969 (patch) | |
| tree | 341beea6b7f4dba71f19d766ad2bd4d7544f187f /documentation.php | |
| download | site-bc9ffb66eaddeb2f51c1b018542360afea504969.tar.gz site-bc9ffb66eaddeb2f51c1b018542360afea504969.tar.xz site-bc9ffb66eaddeb2f51c1b018542360afea504969.zip | |
Initial website structure
Diffstat (limited to 'documentation.php')
| -rw-r--r-- | documentation.php | 9 |
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") ?> + |
