Second pass at adding key files

This commit is contained in:
dsainty
2024-06-17 22:24:05 +10:00
parent aa25e9347f
commit b6fc94ff0f
923 changed files with 243184 additions and 0 deletions

View 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>&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>