11 lines
212 B
Plaintext
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>
|