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
577 B
24 lines
577 B
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>登录注册</title>
|
|
<link href="css/style.css" rel="stylesheet " type="text/css"/>
|
|
</head>
|
|
<body>
|
|
<div class="a">
|
|
<div class="b"><h1>Mask口罩监测管理系统</h1></div>
|
|
<div class="c">
|
|
<div class="c1">登录</div>
|
|
<input type="text" name="username" class="c2"></input>
|
|
<input type="password" name="password" class="c3"/>
|
|
<div>
|
|
<p align="center">
|
|
<input type="submit" name="Submit" value="登录" class="c4"/>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|