1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| <%--
| Created by IntelliJ IDEA.
| User: Dell
| Date: 2023/8/14
| Time: 11:34
| To change this template use File | Settings | File Templates.
| --%>
| <%@ page contentType="text/html;charset=UTF-8" language="java" %>
| <html>
| <head>
| <title>Title</title>
| <link href="/HxzkFlow/images/favicon.ico" rel="icon" type="image/x-icon"/>
| </head>
| <body style="width: 100%;height: 780px;">
| <img src="/HxzkFlow/images/welcome.png" style="height: 780px;width: 100%;">
| </body>
| </html>
|
|