Files
2025-04-19 20:47:58 +03:00

16 lines
357 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>404 - Not Found</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="error-container">
<h1>404 - Content Not Found</h1>
<p>The file <strong>{Filename}</strong> was not found.</p>
<p>{Content}</p>
</div>
</body>
</html>