Skip to content
Snippets Groups Projects
Commit 3c873784 authored by Julian Horner's avatar Julian Horner
Browse files

Add html pages

parent 8fbdce87
No related branches found
No related tags found
No related merge requests found
<!DOCTYPE HTML>
<html xmlns:th="http://www.thymeleaf.org">
<head>
<title>Dummy page</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<h1>Page without authentication</h1>
<a href="#" th:href="@{/securePage}">geschützte Seite anfordern</a>
</body>
</html>
<!DOCTYPE HTML>
<html xmlns:th="http://www.thymeleaf.org">
<head>
<title>Very secure page</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<h1>Page with authentication</h1>
<a href="#" th:href="@{/}">You're authorised to see this page</a>
</body>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment