Files
discourse-legacysite-perl/site/slowtwitch.com/www/tick/login.html
2024-06-17 22:24:05 +10:00

34 lines
818 B
HTML

<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>&nbsp;</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>