From 19fe5a3d816184549e8ffa011c39f218734da8d5 Mon Sep 17 00:00:00 2001 From: fei.wang <wf18701153496@163.com> Date: 星期一, 13 五月 2024 17:49:50 +0800 Subject: [PATCH] 更改 --- src/webapp/page/ShouYe.jsp | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/src/webapp/page/ShouYe.jsp b/src/webapp/page/ShouYe.jsp new file mode 100644 index 0000000..70e3ff5 --- /dev/null +++ b/src/webapp/page/ShouYe.jsp @@ -0,0 +1,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> -- Gitblit v1.9.3