diff options
Diffstat (limited to 'about.php')
-rw-r--r-- | about.php | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/about.php b/about.php deleted file mode 100644 index 83b284a..0000000 --- a/about.php +++ /dev/null | |||
@@ -1,31 +0,0 @@ | |||
1 | <?php | ||
2 | |||
3 | include('header.php'); | ||
4 | |||
5 | ?> | ||
6 | <H1>About</H1> | ||
7 | |||
8 | <P> | ||
9 | Pillowcase is a <A HREF="http://fourisland.com/">Four Island</A> project, majorly operated by Starla Insigna, though | ||
10 | it is possible that other people may have contributed to it (see <A HREF="/contribute.php">contributing</A>). | ||
11 | </P> | ||
12 | |||
13 | <P> | ||
14 | Pillowcase is a webcomic about.... you guessed it, a Pillowcase. While ordinarily this may seem drab and boring, some | ||
15 | people can be <DEL>insane</DEL> very imaginative. This comic updates daily with a new short edition of the | ||
16 | Pillowcase's latest act of insanity. | ||
17 | </P> | ||
18 | |||
19 | <P> | ||
20 | Pillowcase was originally a fake news story on another Four Island project, | ||
21 | <A HREF="http://false.fourisland.com/">True Falsities</A> (<A HREF="http://false.fourisland.com/2009/02/bluemonkeys-saga/">the story</A>). | ||
22 | It was a short story about how Bluemonkey (a Four Island regular), after going a bit insane, started a webcomic | ||
23 | called "Pillowcase". The story was written by Starla, so she is not stealing anyone's ideas. Anyway, after writing the | ||
24 | story and providing the first 11 Pillowcase comics with it, Starla went a little Pillowcase-insane and turned it | ||
25 | into a real webcomic. | ||
26 | </P> | ||
27 | <?php | ||
28 | |||
29 | include('footer.php'); | ||
30 | |||
31 | ?> | ||