welcome.jsp

来自「本目录下存放了演示web应用安全技术的例程序」· JSP 代码 · 共 32 行

JSP
32
字号

<html>
<head>

<title>Security WebApp - Welcome Page</title>

</head>

<!-- EXAMPLE CONTENT -->
<table summary="EXAMPLES_CONTENT" border=0 cellspacing="18" cellpadding="0">
  <tr>
    <td valign="top">
      <blockquote>
      <h4>Security Login Example </h4>
   
      <p> If you are an administrator, you can configure the web application
      
      <br> <b><a href="admin/edit.jsp">Configure the application</a></b>.
      
      </blockquote>
    </td>
  </tr>
</table>
<br>





</body>
</html>

⌨️ 快捷键说明

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