personal_login.htm

来自「不错的图书管理系统。简单明了」· HTM 代码 · 共 27 行

HTM
27
字号
<html>

<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>个人管理登陆</title>
</head>

<body>

<p align="center">个人管理登陆</p>


<form method="POST" action="personal_pager.php">
  <p align="center">用户名:<input type="text" name="username" size="12">&nbsp; 
  密码:<input type="text" name="password" size="16"></p>
  <p align="center"><input type="submit" value="登陆" name="B1"></p>
</form>
<p align="center"> </p>


</body>

</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?