You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
823 B
43 lines
823 B
2 years ago
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>IP Reg</title>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||
|
<link rel="stylesheet" href="tpl/style.css" type="text/css">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<p>
|
||
|
|
||
|
<hr>
|
||
|
|
||
|
<form method="POST" action="login.php">
|
||
|
<table border="0">
|
||
|
<tr>
|
||
|
<td colspan="2">
|
||
|
<b>IP Reg</b>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>
|
||
|
Username:
|
||
|
</td>
|
||
|
<td>
|
||
|
<input type="text" name="user_name">
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>
|
||
|
Password:
|
||
|
</td>
|
||
|
<td>
|
||
|
<input type="password" name="user_pass">
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td colspan="2" align="right">
|
||
|
<input type="submit" value="Submit"><input type="reset" value="Reset">
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</form>
|