2016-09-05 06:09:37 +02:00

11 lines
212 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<title>Bookshelf: Title not found</title>
</head>
<body>
<p>Our Bookshelf doesn't contains this title:</p>
<h2>${param.get("title")}</h2>
</body>
</html>