<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <title>Cookies Checker</title>
        <link href='https://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet' type='text/css'>
        <link rel="stylesheet" type="text/css" href="style/main.css">
        <script type="text/javascript" src="script/main.js"></script>
        <meta name="description" content="A cookie is a small data sent from a website to a browser. Every time the user loads the website, the browser sends the cookie back to the server to notify the website of the user's previous activity." />

    </head>
    <body>
        <div class="main">
            <header><h1>Cookies Checker</h1></header>
            <div class="content">
                <img id="icon" src="image/error.png" alt="Error"/>
                <p id="text">Error obtaining data.</p>
            </div>
        </div>
        <footer>Copyright © 2013-2026 · <a href="https://cookies.redkaos.net/">cookies.redkaos.net</a></footer>
    </body>
</html>