Я попытался включить HTML файл в свой JSP, но я затмение показал эту ошибку
Включенный файл
<%@include file="includes/head.html" %>
И ошибка
Processing instruction not closed
И это просто простой JSP
<%@include file = "includes/head.html" %>
<form action = "#" method = "POST">
Username: <input type = "text" name = "username"><br/>
Password: <input type = "password" name = "password"><br/>
</form>
</body>
</html>