Files
spring-boot-rest/spring-boot-modules/spring-boot-jsp/src/main/resources/static/error/4xx.html

10 lines
148 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Error</title>
</head>
<body>
Opps! 4xx Error Occurred.
</body>
</html>