summary refs log tree commit diff stats
path: root/about.php
blob: 51d7383d8cc551db3227ca3456de407044b2fb7b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

include('header.php');

?>
			<H1>About</H1>

			<P>
				This page is soooo under construction. Hopefully Starla'll be bothered to finish it someday.
			</P>
<?php

include('footer.php');

?>