<meta charset="UTF-8">

<title>My blog</title>

<style>

    main>section:not(.home) {

        display: none;

    }

    main:has(>section:target):not(.home)>.home {

        display: none;

    }

    main:has(>section:target)>section:target {

        display: unset;

    }

</style>

<header>

    <h1>My blog</h1>

    <nav>

        <a href="#">home</a>

        <a href="#texts">texts</a>

        <a href="#about">about</a>

    </nav>

</header>

<main>

    <section id="#" class="home">

        <h2>Home</h2>

        <p>Welcome to my blog!

    </section>

    <section id="texts">

        <h2>Texts</h2>

        <p>Here leave my texts :

        <ul>

            <li>…

            <li>…

        </ul>

    </section>

    <section id="about">

        <h2>About</h2>

        <p>Fuck all this shit

    </section>

</main>

Proxy Information
Original URL
gemini://heyplzlookat.me/static-pages/has-demo.html
Status Code
Success (20)
Meta
text/html
Capsule Response Time
294.944228 milliseconds
Gemini-to-HTML Time
0.563408 milliseconds

This content has been proxied by September (3851b).