<!DOCTYPE html>
<html>
    <head>
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <link rel="stylesheet" href="index.css">
    </head>
    <body>
        <header>
            <a id="logo_header_url" href="https://www.takeaway.com">
                <img id="logo_header" src="takeaway.png">
            </a>
        </header>
        <div class="error_page">
            <img class="error_page__background" src="404_bg_illustration.svg" />
            <div class="error_page__content">
                <p id="error">ERROR</p>
                <h1 id="oops">Oops...</h1>
                <h2 id="error_explanation">We can't seem to find the page you are looking for</h2>
                <a id="go_back" class="button">Go back to homepage</a>
            </div>
        </div>
        <footer>
            <a id="logo_footer_url" href="https://www.takeaway.com">
                <img id="logo_footer" src="takeaway.png">
            </a>
            <div class="footer_links">
                <a id="privacy" href="https://www.takeaway.com/be-en/privacy-statement">Privacy</a>
                <p class="bullet">&#8226;</p>
                <a id="cookies" href="https://www.takeaway.com/be-en/cookiestatement">Cookies</a>
                <p class="bullet">&#8226;</p>
                <p>&copy; <span id="year">2021</span> <span id="copyright_brand">Takeaway.com</span></p>
                <p class="bullet">&#8226;</p>
                <p id="rights">All rights reserved</p>
            </div>
        </footer>

        <script src="app.js"></script>

    </body>
</html>

