1
0

error_404.jsp 186 B

1234567891011121314
  1. <%@ include file="jsp/common/header.jsp" %>
  2. <!-- CONTENT -->
  3. <table>
  4. <tr>
  5. <td>PAGE NOT FOUND</td>
  6. </tr>
  7. </table>
  8. <!-- END CONTENT -->
  9. <%@ include file="jsp/common/footer.jsp"%>