Files
cloudsave/cmd/web/server/templates/500.html
2025-08-06 14:05:29 +02:00

9 lines
159 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>An error occured</title>
</head>
<body>
<h1>500 Internal Server Error</h1>
</body>
</html>