
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>404 - Page Not Found</title>
    <link rel="stylesheet" href="https://bucket-today-in-israel.s3.amazonaws.com/static/error_page/404.css">
</head>
<body>
    <div class="container">
        <img src="https://bucket-today-in-israel.s3.amazonaws.com/static/img/logo_long_blue.svg" alt="Logo" class="logo">
        <h1>404 - Page Not Found</h1>
        <p>Oops! The page you are looking for does not exist.</p>
        <p><a href="/">Go back to the homepage</a></p>
    </div>
    <script src="https://bucket-today-in-israel.s3.amazonaws.com/static/error_page/404.js"></script>
</body>
</html>