📄 denglu.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link href="style.css" type="text/css" rel="stylesheet">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>登陆</title>
<style type="text/css">
<!--
.STYLE17 {font-size: 12px}
.STYLE20 {font-size: 18px}
-->
</style>
</head>
<body bgcolor="#00CCFF">
<form id="form1" name="form1" method="post" action="login.jsp">
<p align="center"><font size="8"><font face="黑体">图书管理系统</font></font></p>
<p align="center" class="STYLE17"><span class="STYLE20"><strong>后台管理</strong> </span> </p>
<p align="center">
<label>
<font size="4">
<font face="黑体">
用户名:
<input name="user" type="text" class="style16" id="user" />
</font>
</font>
</label>
</p>
<p align="center">
<label>
<font size="4">
<font face="黑体">
密 码:
<input name="pass" type=password class="style16" id="pass" />
</font>
</font>
</label>
</p>
<p align="center">
<label>
<input name="Submit" type="submit" class="style16" value="登陆" />
</label>
<label>
<input name="Submit2" type="reset" class="style16" value="重置" />
</label>
</p>
<p> </p>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -