mirror of
https://github.com/jakejarvis/jbb.git
synced 2025-10-21 05:54:25 -04:00
first commit
This commit is contained in:
24
admin/login.php
Executable file
24
admin/login.php
Executable 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>
|
Reference in New Issue
Block a user