templates/error500.html を追加
This commit is contained in:
parent
099958d179
commit
11c5d516b7
1 changed files with 12 additions and 0 deletions
12
templates/error500.html
Normal file
12
templates/error500.html
Normal 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>
|
Loading…
Add table
Reference in a new issue