36 lines
955 B
HTML
36 lines
955 B
HTML
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" >
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<title>一口Linux</title>
|
||
|
</head>
|
||
|
<body >
|
||
|
<div align="center">
|
||
|
<table width="900" border="0">
|
||
|
<tr><td>
|
||
|
<form onsubmit="return isValidate(myform)" action="cgi-bin/login.cgi" method="post">
|
||
|
User Name: <input type="text" name="username" id="username" >
|
||
|
<td> </td>
|
||
|
<tr><td>
|
||
|
Password: <input type="password" name="userpass" id="userpass">
|
||
|
<td> </td>
|
||
|
<tr><td>
|
||
|
<input type="submit" value="Login" id="button" >
|
||
|
</form>
|
||
|
|
||
|
</td></tr>
|
||
|
</table>
|
||
|
</div>
|
||
|
|
||
|
<div align="center">
|
||
|
<table width="900" height="467" border="0" background="./image/huijuegrouplogo.png">
|
||
|
<tr>
|
||
|
<td width="126" height="948"> </td>
|
||
|
<td width="351"></td>
|
||
|
<td width="101"> </td>
|
||
|
</tr>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|
||
|
|