This commit is contained in:
Rinjae
2025-09-05 19:06:22 +09:00
commit a1d74cf004
333 changed files with 47708 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
<%@ page import="java.io.*, java.util.*"%>
<%@ page language="java" contentType="text/html;charset=utf-8" isErrorPage="true"%>
<html>
<head>
<title>Error</title>
</head>
<body>
<p>
An error has occurred:
</p>
<blockquote>
<label value="{request.errorMessage}" defaultValue=""/>
<br/>
<exceptions showMessage="true"/>
</blockquote>
</body>
</html>
<% response.setStatus(200); %>