📄 index.jsp
字号:
<%@ page language="java" import="java.util.*" pageEncoding="GB2312"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme() + "://"
+ request.getServerName() + ":" + request.getServerPort()
+ path + "/";
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<base href="<%=basePath%>">
<title>My JSP 'index.jsp' starting page</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->
</head>
<body>
<br>
<br>
<br>
<center>
<h1>
<font size="7" face="华文行楷"><span
style="color: rgb(24, 31, 143);">欢迎进入简历管理系统</span> </font>
</h1>
</center>
<br>
<br>
<center>
<h3>
<font size="4" face="楷体_GB2312" color="#0000a0">精彩人生 这里起航</font>
</h3>
</center>
<pre>
</pre>
<center>
<form action="/CVSystem/LogServlet" method="get">
帐号:
<input type="text" name="userid" value="">
<br>
<br>
密码:
<input type="password" name="userpw" value="">
<br>
   
    
<input type="submit" value=" 登陆 ">
<input type="reset" value=" 重置 ">
</form>
         
  
<a href="register.jsp">新用户注册 </a>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -