Upload files to "website/game"

This commit is contained in:
Justin Pope 2024-09-19 03:02:08 +00:00
parent 766fa39b31
commit ebb776db0d
5 changed files with 158 additions and 0 deletions

19
website/game/homepage.php Normal file
View file

@ -0,0 +1,19 @@
<HTML>
<BODY BGCOLOR="#000000" TEXT="#f0f0f0">
<TABLE HEIGHT="75%" WIDTH="75%" ALIGN="CENTER" VALIGN="MIDDLE"
CELLPADDING="0" CELLSPACING="0" BORDER="0"><TR><TD>
<P>Welcome.
<P>(In the future, this screen will give you a quick summary of your
status, and if you have any new messages.)
<P>Update: The message system should work. Use the "quicknote" feature,
which for now sends the message to all characters in the game.
(Please sign your own name, because the "from" field is temporarily
just the #id instead of your character name.)
</TD></TR></TABLE>
</BODY></HTML>