diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2009-02-20 17:56:07 -0500 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2009-02-20 17:56:07 -0500 |
| commit | c4d15b02d79a78c14a9a6cc83e76cbdf9a0d0952 (patch) | |
| tree | 71773a3559897828bc78012047d4c70cd40ababa /contribute.php | |
| download | pillowcase-c4d15b02d79a78c14a9a6cc83e76cbdf9a0d0952.tar.gz pillowcase-c4d15b02d79a78c14a9a6cc83e76cbdf9a0d0952.tar.bz2 pillowcase-c4d15b02d79a78c14a9a6cc83e76cbdf9a0d0952.zip | |
Created Pillowcase
Diffstat (limited to 'contribute.php')
| -rw-r--r-- | contribute.php | 15 |
1 files changed, 15 insertions, 0 deletions
| diff --git a/contribute.php b/contribute.php new file mode 100644 index 0000000..363aab3 --- /dev/null +++ b/contribute.php | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | <?php | ||
| 2 | |||
| 3 | include('header.php'); | ||
| 4 | |||
| 5 | ?> | ||
| 6 | <H1>Contribute</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 | ?> | ||
