Files
java-tutorials/spring-security-mvc-boot/src/main/resources/templates/403.html
T

10 lines
197 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title></title>
</head>
<body>
You do not have permission to view this page.
</body>
</html>