yuki/templates/error500.html

12 lines
No EOL
322 B
HTML

<!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>