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

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!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>