Files
java-tutorials/patterns/front-controller/src/main/webapp/WEB-INF/jsp/unknown.jsp
T
2019-11-01 00:35:30 +01:00

10 lines
176 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<title>Bookshelf: Command unknown</title>
</head>
<body>
<p>Sorry, this command is not known!</p>
</body>
</html>