26 lines
821 B
HTML
26 lines
821 B
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>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> |