small fix

This commit is contained in:
panagiotiskakos 2022-07-10 15:32:55 +03:00
parent ac7354648f
commit 56e012d8f6

View File

@ -2,7 +2,7 @@
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<html> <html>
<head> <head>
<title>View Books</title> <title>Index page</title>
</head> </head>
<body> <body>
<div> This is index page </div> <div> This is index page </div>