1234567891011121314151617 |
- <%--
- Created by IntelliJ IDEA.
- User: 77179
- Date: 2022/5/11
- Time: 21:06
- To change this template use File | Settings | File Templates.
- --%>
- <%@ page contentType="text/html;charset=UTF-8" language="java" %>
- <html>
- <head>
- <title>Title</title>
- </head>
- <body>
- <h1>success!!!</h1>
- </body>
- </html>
|