templates/error500.html を追加

This commit is contained in:
yuzu02 2025-02-24 10:48:38 -03:00
parent 099958d179
commit 11c5d516b7

12
templates/error500.html Normal file
View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta name="robots" content="noindex,nofollow">
<title>500 Internal Server Error</title>
</head>
<body>
<h1>500 Internal Server Error</h1>
<button onclick="location.replace(location.href)">Reload / リロード</button>
</body>
</html>