Files
OldPeopleHome/web/login.html
vickihe a0b3db5fd6 update
2019-09-08 21:04:49 +08:00

27 lines
1.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Old People Home - 管理员登录</title>
<link rel="icon" type="image/png" sizes="16x16" href="html/css/icons/favicon.png">
<link rel="stylesheet" href="html/css/login_style.css">
<!-- <script src="html/js/login.js"></script> -->
</head>
<body>
<div>
<h1 class="background_text">OLD PEOPLE HOME</h1>
<div>
<p id="title_1">管理员登录</p>
<div>
<form action="html/firstPage.html" id="name" >
<input type="text" name="name" placeholder="用户名" autofocus required="required"><br><br><br>
<input type="password" name="password" placeholder="密码" required="required"><br><br><br>
<input type="submit" id="submit" value="OK">
</form>
</div>
</div>
</div>
</body>
</html>