diff options
Diffstat (limited to 'about.php')
-rw-r--r-- | about.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/about.php b/about.php new file mode 100644 index 0000000..51d7383 --- /dev/null +++ b/about.php | |||
@@ -0,0 +1,15 @@ | |||
1 | <?php | ||
2 | |||
3 | include('header.php'); | ||
4 | |||
5 | ?> | ||
6 | <H1>About</H1> | ||
7 | |||
8 | <P> | ||
9 | This page is soooo under construction. Hopefully Starla'll be bothered to finish it someday. | ||
10 | </P> | ||
11 | <?php | ||
12 | |||
13 | include('footer.php'); | ||
14 | |||
15 | ?> | ||