diff options
Diffstat (limited to 'pages/gamecreate.php')
-rw-r--r-- | pages/gamecreate.php | 37 |
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 |