19 lines
362 B
Plaintext
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>
|