1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
| <%--
| Created by IntelliJ IDEA.
| User: Dell
| Date: 2023/11/13
| Time: 15:15
| To change this template use File | Settings | File Templates.
| --%>
| <%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
| <html>
| <head>
| <title></title>
| <meta name="viewport" content="width=device-width, initial-scale=1.0">
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
| </head>
| <body>
| <h1>1234567</h1>
| </body>
|
| </html>
|
|