Skip to content

Instantly share code, notes, and snippets.

View rajj6's full-sized avatar

Krishnkant Jaiswal rajj6

View GitHub Profile
<!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>