Skip to content

Instantly share code, notes, and snippets.

@wonderb0lt
Created November 24, 2014 14:05
Show Gist options
  • Save wonderb0lt/06f04780e6e709b34655 to your computer and use it in GitHub Desktop.
Save wonderb0lt/06f04780e6e709b34655 to your computer and use it in GitHub Desktop.
<%@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