summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFbenas <philbeansburton@gmail.com>2014-12-09 20:37:32 +0000
committerFbenas <philbeansburton@gmail.com>2014-12-09 20:37:32 +0000
commita5244ab2166369514c7069216b2e3e3634c31a0d (patch)
treecd93e520c53cb00344a0c97178c690e2e02a1a98
first comit
-rw-r--r--README0
-rw-r--r--index.php53
2 files changed, 53 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/README
diff --git a/index.php b/index.php
new file mode 100644
index 0000000..f760660
--- /dev/null
+++ b/index.php
@@ -0,0 +1,53 @@
+<html>
+<head>
+ <title>London/Jersey Starcraft</title>
+</head>
+<body>
+ <h1>Starcraft</h1>
+ <p>Everyone play each other, best of 3 to get rankings ready for a tournament</p>
+ <p>We'll try and stream the games and keep the saved for all to view</p>
+ <p>Gentleman's rules, so don't cheat, because that's no fun</p>
+ <table>
+ <thead>
+ <tr>
+ <th>Players</th>
+ <th>Played</th>
+ <th>Win</th>
+ <th>Lost</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr><td>FBeans</td><td>0</td><td>0</td><td>0</td></tr>
+ <tr><td>wjoe</td><td>0</td><td>0</td><td>0</td></tr>
+ <tr><td>Curahee</td><td>0</td><td>0</td><td>0</td></tr>
+ <tr><td>jagw</td><td>0</td><td>0</td><td>0</td></tr>
+ <tr><td>l_bratch</td><td>0</td><td>0</td><td>0</td></tr>
+ <tr><td>messosade</td><td>0</td><td>0</td><td>0</td></tr>
+ <tr><td>Jeto</td><td>0</td><td>0</td><td>0</td></tr>
+ </tbody>
+ </table>
+ <table>
+ <thead>
+ <tr>
+ <th>FBeans</th>
+ <th>wjoe</th>
+ <th>Curahee</th>
+ <th>jagw</th>
+ <th>l_bratch</th>
+ <th>messosade</th>
+ <th>Jeto</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr><td>FBeans</td><td>X</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
+ <tr><td>wjoe</td><td>0</td><td>X</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
+ <tr><td>Curahee</td><td>0</td><td>0</td><td>X</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
+ <tr><td>jagw</td><td>0</td><td>0</td><td>0</td><td>X</td><td>0</td><td>0</td><td>0</td></tr>
+ <tr><td>l_bratch</td><td>0</td><td>0</td><td>0</td><td>0</td><td>X</td><td>0</td><td>0</td></tr>
+ <tr><td>messosade</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>X</td><td>0</td></tr>
+ <tr><td>Jeto</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>X</td></tr>
+ </tbody>
+ </table>
+
+</body>
+</html>