Second pass at adding key files
This commit is contained in:
33
site/slowtwitch.com/www/tick/login.html
Normal file
33
site/slowtwitch.com/www/tick/login.html
Normal file
@ -0,0 +1,33 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>One Million Revolutions Live Ticker</title>
|
||||
<link rel=stylesheet type="text/css" href="tick.css">
|
||||
</head>
|
||||
|
||||
<body bgcolor="#eeeeee">
|
||||
|
||||
<form name=login action="/tick/login.php" method=post>
|
||||
<table border=0 cellspacing=1 cellpadding=1 width="480">
|
||||
|
||||
<tr><td> </td></tr>
|
||||
|
||||
<tr>
|
||||
<td><div class=boldtext>Username:</div></td>
|
||||
<td><div class=text><input type=text class=blacktext name="username" size=45 maxlength=45></div></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><div class=boldtext>Password:</div></td>
|
||||
<td><div class=text><input type=password class=blacktext name="password" size=45 maxlength=45></div></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td bgcolor="#cccccc" colspan="2" align="right">
|
||||
<input class=blackboldtext type="submit" name="submit" value="Login"></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</form>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user