📄 login.html
字号:
<html>
<head>
<title>THP日志管理系统0.1版</title>
</head>
<body>
<hr>
<center><center><a href="/blogWebServlet/register.html">转入注册页面</a></center></center>
<form name="loginForm" action="loginServlet" method="post">
<center>欢迎进入THP日志管理系统!!!
<!-- 欢迎进入THP日志管理系统: -->
<br>
<br>userName:<input type="text" name="userName">
<br>
<br>password: <input type="password" name="pwd">
<br>
<br><input type="submit" name="submit" value="login">
<input type="reset" name="reset" value="reset">
<input type="button" name="new" value="添加日志">
</center>
<hr>
<input type= "button" onclick= "window.open( 'http://www.baidu.com ')" value= "百度 " />
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -