diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-08 12:26:08 +0000 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-08 12:26:08 +0000 |
commit | 4116da2199a163a72860f6265d52a2ae0b860967 (patch) | |
tree | 0e850bcbf770d50f8de04b1ae537d9c30c8bd1e5 /central/trunk/index.php | |
parent | 70f4caa35e06a9607b942cddfe9f3f9d6a0078d5 (diff) | |
download | instadisc-4116da2199a163a72860f6265d52a2ae0b860967.tar.gz instadisc-4116da2199a163a72860f6265d52a2ae0b860967.tar.bz2 instadisc-4116da2199a163a72860f6265d52a2ae0b860967.zip |
Central: Started default frontend
The default frontend is based on Four Island's. Perhaps at some point a templating system may be introduced to make frontending a little easier. Refs #25
Diffstat (limited to 'central/trunk/index.php')
-rw-r--r-- | central/trunk/index.php | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/central/trunk/index.php b/central/trunk/index.php new file mode 100644 index 0000000..ce71def --- /dev/null +++ b/central/trunk/index.php | |||
@@ -0,0 +1,26 @@ | |||
1 | <?php | ||
2 | |||
3 | /* InstaDisc Server - A Four Island Project */ | ||
4 | |||
5 | include('instadisc.php'); | ||
6 | |||
7 | ?> | ||
8 | <HTML> | ||
9 | <HEAD> | ||
10 | <TITLE>Four Island InstaDisc Central Server</TITLE> | ||
11 | </HEAD> | ||
12 | <BODY> | ||
13 | <CENTER> | ||
14 | <H1><?php echo(instaDisc_getConfig('siteName')); ?> InstaDisc</H1> | ||
15 | |||
16 | <P>Welcome to <?php instaDisc_getConfig('siteName')); ?>'s InstaDisc Central Server! | ||
17 | <P>InstaDisc is a wonderful productivity-increasing notification program. For more information about the project itself, see | ||
18 | <A HREF="http://fourisland.com/projects/instadisc/">its project site</A>.<P>An InstaDisc "Central Server" is where you can | ||
19 | register for the InstaDisc service. There are many Central Servers around the world, you generally pick the one that is | ||
20 | closest to you. If you would like to choose <?php echo(instaDisc_getConfig('siteName')); ?>'s, why not register now? | ||
21 | <P><A HREF="register.php">Register</A> | ||
22 | <BR><A HREF="login.php">Login</A> | ||
23 | <BR><A HREF="activate.php">Activation page</A> | ||
24 | </CENTER> | ||
25 | </BODY> | ||
26 | </HTML> | ||