This commit is contained in:
vickihe
2019-09-06 21:29:12 +08:00
parent 8a2fbe426f
commit 8a077ad253
30 changed files with 95 additions and 21 deletions

View File

@@ -4,8 +4,10 @@
<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>管理员登录</title>
<link rel="stylesheet" href="login_style.css">
<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>
@@ -13,7 +15,7 @@
<div>
<p id="title_1">管理员登录</p>
<div>
<form action="firstPage.html" id="name">
<form action="html/firstPage.html" id="name" >
<input type="text" name="name" placeholder="用户名" autofocus><br><br><br>
<input type="password" name="password" placeholder="密码"><br><br><br>
<input type="submit" id="submit" value="OK">