Just a web script to help track when, where, and what you got from the free treasures scattered about Nightfall in the game Guild Wars.
您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
- <!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>
|