Browse Source

initial file creation

lot's of placeholder stuff
development
mauirixxx 8 years ago
parent
commit
8a514ed667
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      gw-create.php

+ 12
- 0
gw-create.php View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<HTML>
<HEAD>
<TITLE>Character Creation</TITLE>
</HEAD>
<BODY>
<?php
echo '<CENTER>Character creation isn\'t enabled yet!<BR />';
echo 'Return to <A HREF="gw-index.php">home</A>.</CENTER>';
?>
</BODY>
</HTML>

Loading…
Cancel
Save