Files

30 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 Not Found - Multi-PHP</title>
<link rel="stylesheet" href="/server-assets/style.css">
<link rel="icon" href="/server-assets/icon.svg" type="image/svg+xml">
</head>
<body>
<div class="container error-container">
<header>
<a href="/">
<img src="/server-assets/logo.svg" alt="Multi-PHP" class="logo logo-dark">
<img src="/server-assets/logo-light.svg" alt="Multi-PHP" class="logo logo-light">
</a>
</header>
<div class="error-code">404</div>
<div class="error-content">
<h1 class="error-title">Page Not Found</h1>
<p class="error-msg">The resource you requested could not be found on this server. It might have been moved or doesn't exist.</p>
<a href="/" class="btn">Return to Safety</a>
</div>
</div>
<footer>
<p>&copy; 2026 <strong>Multi-PHP</strong> - Powering PHP Development.</p>
</footer>
</body>
</html>