3
0
Fork 0
fsim/WebRoot/denied/real_error.jsp

21 lines
520 B
Plaintext
Raw Normal View History

2022-11-13 13:46:54 +00:00
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Real error encountered.</title>
</head>
<body>
<br/>
<hr/>
<br/>
Sorry, but there was een error.<br/>
<br/>
Please try again.<br/>
<a href="/search">FSIM</a>
<br/>
<hr/>
<br/>
</body>
</html>