Created
November 24, 2014 14:05
-
-
Save wonderb0lt/06f04780e6e709b34655 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%@page language="java" pageEncoding="UTF-8"%> | |
<%@page isErrorPage="true" %> | |
<?xml version="1.0" ?> | |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" | |
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<title>Page not found</title> | |
</head> | |
<body> | |
<div id="main"> | |
<div id="errorMessage" style="color: red; font-weight: bold; text-align: center; font-size: 15px;"> | |
some error occured | |
</div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment