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个字符
 
 
 

12 行
224 B

  1. <!DOCTYPE html>
  2. <HTML>
  3. <HEAD>
  4. <TITLE>Character Creation</TITLE>
  5. </HEAD>
  6. <BODY>
  7. <?php
  8. echo '<CENTER>Character creation isn\'t enabled yet!<BR />';
  9. echo 'Return to <A HREF="gw-index.php">home</A>.</CENTER>';
  10. ?>
  11. </BODY>
  12. </HTML>