From e486b8197fafb63bd57faca74907c0ac6845537a Mon Sep 17 00:00:00 2001 From: leebj Date: Mon, 9 Sep 2024 14:20:57 +0900 Subject: [PATCH] =?UTF-8?q?select-url.jsp=20=EC=9D=B4=EB=8F=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/select-url.jsp | 53 ++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 src/main/webapp/WEB-INF/jsp/select-url.jsp diff --git a/src/main/webapp/WEB-INF/jsp/select-url.jsp b/src/main/webapp/WEB-INF/jsp/select-url.jsp new file mode 100644 index 00000000..c16f2cd3 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/select-url.jsp @@ -0,0 +1,53 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" isELIgnored="false" session="false"%> +<%@ include file="/WEB-INF/jsp/include/taglib.jsp"%> +
+
+ + + +
+
+
+
+ \ No newline at end of file