Files
OldPeopleHome/web/oldPeopleHome.html
2019-08-18 17:46:26 +08:00

26 lines
821 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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>oldPeopleHome</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div>
<h1 class="background_text">OLD PEOPLE HOME</h1>
<div>
<p id="title_1">管理员登录</p>
<div>
<!-- 先空着action不知道填什么 -->
<form action="" id="name">
用户名:<input type="text" name="name" ><br><br>
密码:<input type="password" name="password"><br><br>
<input type="submit">
</form>
</div>
</div>
</div>
</body>
</html>