1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
JEE_Project/web/WEB-INF/jsp/index.jsp

7 lines
100 B
Text
Raw Normal View History

2022-06-27 21:14:35 +02:00
<%@page contentType="text/html" pageEncoding="UTF-8"%>
2022-06-30 22:15:08 +02:00
<% response.sendRedirect("menu.htm");%>