12345678910111213141516171819202122232425 |
- <%--
- Created by IntelliJ IDEA.
- User: x'b'w
- Date: 2021/7/1
- Time: 15:42
- To change this template use File | Settings | File Templates.
- --%>
- <%@ page contentType="text/html;charset=UTF-8" language="java" %>
- <html>
- <head>
- <title>Title</title>
- <style>
- .shouye {
- text-decoration: none;
- width: 200px;
- height: 100px;
- text-align: center;
- }
- </style>
- </head>
- <body>
- <h1>当前程序出现错误!</h1>
- <a href="index.jsp" class="shouye">返回首页</a>
- </body>
- </html>
|