Files
Ceph-Calculator/views/errors/500.ejs
𝓜𝓪𝓬𝓮™ c04a651b8d Port backend to Node.js
2025-06-11 14:07:20 +02:00

12 lines
170 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Error</title>
</head>
<body>
<h1>500 - Server Error</h1>
<a href="/">Back to home</a>
</body>
</html>