update
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user