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

12 lines
176 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Not Found</title>
</head>
<body>
<h1>404 - Page Not Found</h1>
<a href="/">Back to home</a>
</body>
</html>