<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <title>404 - Resource not found | Kitsuno</title>

        <link rel="icon" href="/images/favicon/favicon-32x32.png" sizes="32x32" type="image/png">
        <link rel="icon" href="/images/favicon/favicon-64x64.png" sizes="64x64" type="image/png">

        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&family=Poppins:ital,wght@0,100;0,400;0,500;0,600;1,400;1,500;1,600&family=Quicksand:wght@300..700&display=swap"
              rel="stylesheet">

        <link rel="stylesheet" href="/css/styles.css"/>

    </head>
    <body>
        <div class="error-wrapper">
            <div class="error-container">
                <h1>Error 404</h1>
                <p>Resource not found</p>
                <p>Check the URL for typos or missing paths</p>
                <p id="timestamp">04-04-2026 14:23:55</p>

                <button onclick="goBack()">Go Back</button>
            </div>
        </div>

        <script src="/js/script.js"></script>
    </body>
</html>
