Skip to content

Instantly share code, notes, and snippets.

@rajj6
Created February 6, 2021 15:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rajj6/c7ff823604570ebeb77f38fb3828f83f to your computer and use it in GitHub Desktop.
Save rajj6/c7ff823604570ebeb77f38fb3828f83f to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="https://www.thymeleaf.org"
xmlns:sec="https://www.thymeleaf.org/thymeleaf-extras-springsecurity3">
<head>
<title>Hello World!</title>
</head>
<body>
<h1>Hello world!</h1>
<a th:href="@{/logout}">Logout</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment