From 01cb30b61739780e680b501e7719fb23749ecaeb Mon Sep 17 00:00:00 2001 From: Snap Date: Fri, 1 May 2015 16:26:15 -0700 Subject: Versus Matches - Initial code and testing. --- pages/creategame.php | 50 ++++++++++++++++++ pages/gamecreate.php | 37 -------------- pages/games.php | 142 +++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 192 insertions(+), 37 deletions(-) create mode 100644 pages/creategame.php delete mode 100644 pages/gamecreate.php create mode 100644 pages/games.php (limited to 'pages') diff --git a/pages/creategame.php b/pages/creategame.php new file mode 100644 index 0000000..ee8af67 --- /dev/null +++ b/pages/creategame.php @@ -0,0 +1,50 @@ + + + +
+

Create Game

+ +

+ +Doesn't matter what you do - you'll go to games?ID=22 ! (Testing still; sorry) +

+ +
+ + +

+ + Use Smart-Time? * +

+ + +
+ +
+ + + \ No newline at end of file diff --git a/pages/gamecreate.php b/pages/gamecreate.php deleted file mode 100644 index 44fe2d1..0000000 --- a/pages/gamecreate.php +++ /dev/null @@ -1,37 +0,0 @@ - - - -
-

Create Game

-

Send us a line!

- -

-

- -
- - -

- -
- Use Smart-Time? * -

- - -
- -
- - - \ No newline at end of file diff --git a/pages/games.php b/pages/games.php new file mode 100644 index 0000000..bee6cd3 --- /dev/null +++ b/pages/games.php @@ -0,0 +1,142 @@ + + + + + + +
+ +
+

Game Lobby

+

X

+
+
+
+ +
+ +
+
+ + +
+
+ + + BTN!"; + ?> +
+
+ + + + + \ No newline at end of file -- cgit v1.2.3