Files
java-tutorials/jee7/src/main/webapp/index.jsp
T
2017-08-03 08:43:19 +01:00

19 lines
362 B
Plaintext

<%--
Created by IntelliJ IDEA.
User: smatt
Date: 02/08/2017
Time: 07:03 AM
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>Index Page</title>
</head>
<body>
Non-secured Index Page
<br>
<a href="/login">Login</a>
</body>
</html>