summaryrefslogtreecommitdiffstats
path: root/pages/gamecreate.php
diff options
context:
space:
mode:
authorSnap <snapwilliam@gmail.com>2015-05-01 16:26:15 -0700
committerSnap <snapwilliam@gmail.com>2015-05-01 16:26:15 -0700
commit01cb30b61739780e680b501e7719fb23749ecaeb (patch)
tree714598bf80266232290c2591225f72b4f6a1042c /pages/gamecreate.php
parente6b60448bc08df316daf220db8ecfddc58aefe84 (diff)
downloadpathery-01cb30b61739780e680b501e7719fb23749ecaeb.tar.xz
Versus Matches - Initial code and testing.
Diffstat (limited to 'pages/gamecreate.php')
-rw-r--r--pages/gamecreate.php37
1 files changed, 0 insertions, 37 deletions
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 @@
-<?php
-topbar($headerLinks);
-
-?>
-
-
-<div class="wrapper" style="width:600px;">
-<h2>Create Game</h2>
-<h3>Send us a line!</h3>
-
-<p>
-</p>
-
-<form action="createGame" method="post" name="gameOptions">
-
-<select id='playerCount' name='playerCount'>
- <option value='2' selected='selected'>2</option>
- <option value='3'>3</option>
- <option value='4'>4</option>
- <option value='5'>5</option>
- <option value='6'>6</option>
-</select>
-<br /><br />
-
-<textarea name='body' rows="10" cols="30"></textarea><br />
-<input type="checkbox" name="smartTime" value="yes" /> Use Smart-Time? *
-<br /><br />
-<input type="submit" value="Create Game" />
-
-</form>
-
-</div>
-
-
-<?php
-htmlFooter();
-?> \ No newline at end of file