1
mirror of https://github.com/jakejarvis/jbb.git synced 2025-10-21 05:54:25 -04:00

first commit

This commit is contained in:
2018-10-18 12:42:02 -04:00
commit 59d1ee3c22
105 changed files with 3773 additions and 0 deletions

24
admin/login.php Executable file
View File

@@ -0,0 +1,24 @@
<BODY TOPMARGIN="0">
<CENTER><TABLE WIDTH="600">
<TR>
<TD ALIGN="center"><IMG SRC="../images/logo.gif"></TD>
</TR>
<TR>
<TD>
<BR>
<FONT COLOR="red" FACE="veranda" SIZE="-2">You must log in in order to enter the administration control panel!</FONT>
</TD>
</TR>
<TR>
<TD><BR><BR>
<FONT FACE="verdana" size="-1"><FORM ACTION="login_submit.php" METHOD="post">
Username: <INPUT TYPE="text" NAME="username"><BR>
Password: <INPUT TYPE="password" NAME="password"><BR><BR>
<INPUT TYPE="submit" VALUE="Log In">
</FORM>
</FONT>
</TD>
</TR>
</TABLE>
</CENTER>
</BODY>