From 0bf75769ad20d4e782fb5b6f9643d4dedb3c2a4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=85=B4?= Date: Fri, 13 Aug 2021 17:34:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E5=86=99=E7=99=BB=E5=BD=95=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2login.jsp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HMS/src/main/webapp/login.jsp | 124 ++++++++++++++++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 HMS/src/main/webapp/login.jsp diff --git a/HMS/src/main/webapp/login.jsp b/HMS/src/main/webapp/login.jsp new file mode 100644 index 0000000..2377e3b --- /dev/null +++ b/HMS/src/main/webapp/login.jsp @@ -0,0 +1,124 @@ +<%-- + Created by IntelliJ IDEA. + User: liuxing + Date: 2021/8/12 + Time: 10:09 + File:login.jsp + Email: liuxing997@foxmail.com + To change this template use File | Settings | File Templates. +--%> +<%@ page contentType="text/html;charset=UTF-8" language="java" %> +<%@page isELIgnored="false" %> +<% + String basePath = request.getContextPath(); +%> + + + + 登录|酒店后台管理系统 + + + + + + + + + + + + + +
+
酒店后台管理系统
+
+
+ +
+ +
+
+ + +
+
+ +
+
+
+ + + + + + -- GitLab