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>Spring Security Example </title>
</head>
<body>
<div th:if="${param.error}">
Invalid username and password.
</div>