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

14
website/game/menu.html Normal file
View file

@ -0,0 +1,14 @@
<HTML>
<BODY BGCOLOR="#d0d0d0" TEXT="#000000">
<TABLE CELLSPACING="0" CELLPADDING="0" BORDER="0"><TR>
<TD>&nbsp;FrontierII&nbsp;&nbsp;&nbsp;&nbsp;</TD>
<TD>&nbsp;[&nbsp;<A HREF="msg.php" TARGET="MAIN">COMMLINK</A>&nbsp;]&nbsp;</TD>
<TD>&nbsp;[&nbsp;DATALINK&nbsp;]&nbsp;</TD>
<TD>&nbsp;[&nbsp;ACTIONS&nbsp;]&nbsp;</TD>
<TD>&nbsp;[&nbsp;<A HREF="status.php" TARGET="MAIN">STATUS</A>&nbsp;]&nbsp;</TD>
<TD>&nbsp;[&nbsp;SIGNOFF&nbsp;]&nbsp;</TD>
</TR></TABLE>
</BODY>
</HTML>