devkit/nginx/html/50x.html
2024-07-24 13:20:33 +08:00

28 lines
590 B
HTML
Executable File

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>500 - Internal Server Error</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f8f9fa;
color: #343a40;
text-align: center;
padding: 50px;
}
h1 {
font-size: 3em;
}
p {
font-size: 1.2em;
}
</style>
</head>
<body>
<h1>500 - Internal Server Error</h1>
<p>Sorry, there was an internal server error. Please try again later.</p>
</body>
</html>