Skip to content

Instantly share code, notes, and snippets.

@zhang2333
Created October 25, 2015 12:23
Show Gist options
  • Save zhang2333/cdffcaf1a8cc04aa74f4 to your computer and use it in GitHub Desktop.
Save zhang2333/cdffcaf1a8cc04aa74f4 to your computer and use it in GitHub Desktop.
<%@ page contentType="text/html;charset=UTF-8" language="java" isErrorPage="true"%>
<%@ page import="java.io.*,java.util.*"%>
<%response.setStatus(HttpServletResponse.SC_OK);%>
<html>
<head>
<title></title>
</head>
<body>
404 Not Found
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment