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.

24 lines
836 B

4 years ago
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width initial-scale=1" />
<link rel="shortcut icon" href="we.ico" type="image/x-icon" />
<link rel="stylesheet" href="static/css/login.css"/>
<title>登录</title>
</head>
<body style="width:100%;height:100%;">
<div id="we">
<div class="myform">
<form method="post" style="margin: 0 auto;width:50%;" action="team">
<font class="a1">姓名:</font><input class="but" type="text" name="username"><br><br>
<font class="a1">电话:</font><input class="but" type="text" name="tel" ><br><br>
<div style="margin:0 auto;width:50%;">
<input type="submit" class="up" value="登录">
</div>
</form>
</div>
</div>
</body>
</html>