The Site is Under Construction

Stay tuned for updates and come back soon to see the magic unfold!

<!DOCTYPE HTML>
<html lang="it">

<head>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Work in Progress</title>

    <link rel="icon" href="🚧">
    <link rel="stylesheet" href="styles.css">
    <link rel="preload" href="/background.jpg" as="image" />
</head>

<body class="bg noselect">
    <section class="content">
        <hgroup>
            <h1>The Site is Under Construction</h1>
            <p>Stay tuned for updates and come back soon to see the magic unfold!</p>
        </hgroup>
        <div class="code">
            <span class="type" style="--n:239">
                <!DOCTYPE html>
                <html lang="en">
                  <head>
                    <meta charset="UTF-8">
                    <meta name="viewport" content="width=device-width, initial-scale=1.0">
                    <title>Work in Progress...</title>
                  </head>
                  <body>
                    <h1>Work in Progress</h1>
                  </body>
                </html>
            </span>
        </div>
    </section>
    <footer>
        <span class="credits">
            <div>
                Made by <a href="https://github.com/Trorker" class="secondary">Ruslan Dzyuba</a>
            </div>
            <div>
                Copyright Â© 2024 - All rights reserved
            </div>
        </span>
        <span class="unsplash">Photo by 
            <a href="https://unsplash.com/it/@dianamia?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash">C Dustin</a> from 
            <a href="https://unsplash.com/it/foto/un-gruppo-di-edifici-alti-sotto-un-cielo-blu-nuvoloso-91AQt9p4Mo8?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash">Unsplash</a>
        </span>
    </footer>
</body>

</html>