https://p0ntus.com/

ID da verificação
55a9ca2f-1bd3-4144-a478-54c023dbe29bConcluído
URL enviado:
https://p0ntus.com/
Relatório concluído:

Ligações · 6 encontradas

Variáveis JavaScript · 3 encontradas

Mensagens de registo da consola · 1 encontradas

HTML

<!DOCTYPE html><html lang="en"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>pontus</title>
    <link rel="stylesheet" href="css/main.css">
</head>
<body>
    <!-- YOU CARE ABOUT MY CODE?! -->
    <div class="container">
        <div class="sidebar">
            <div class="sb-itm">
                <h1 style="font-size: medium;">menu</h1>
                <b>home</b>
                <a href="/links.html">links</a>
            </div>
            <div class="sb-itm">
                <h1 style="font-size: medium;">archives</h1>
                <a href="/archives/ads/political">political advertising</a>
                <a href="/archives/ads/college">college advertising</a>
                <a href="/archives/videos/short-form/">short-form videos</a>
                <a href="/archives/videos/long-form/">long-form videos</a>
            </div>
            <div class="sb-itm">
                <h1 style="font-size: medium;">other stuff</h1>
                <!-- <a href="https://blog.aidxn.fun">blog</a> DISABLED FOR NOW -->
                <a href="https://aidxn.fun">main website</a>
                <a href="https://tilde.club/~lxu">tilde.club page</a>
                <a href="https://androidintegrity.org">android integrity</a>
            </div>
            <div class="bt-section">
                <img src="img/blinkies/cantlivewithout.gif" class="contained-blinkie" style="padding-top: 15px;" alt="I can't live without a computer">
                <img src="img/buttons/1advise.gif" alt="Parental Advisory: I say fuck a lot">
                <a href="https://www.mozilla.org/en-US/firefox/"><img src="img/buttons/firefoxnow.gif" alt="Firefox Now"></a>
                <img src="img/buttons/1chrome.gif" alt="Google Chrome is Evil">
                <a href="https://debian.org/"><img src="img/buttons/debian.gif" class="contained-button" alt="Powered by Debian"></a>
                <img src="img/buttons/bestviewedcomp.gif" alt="Best viewed with a computer">
                <img src="img/buttons/pdmark.png" class="contained-button" alt="Public domain">
                <a href="https://t.me/iusearchbtw42"><img src="img/buttons/telegram.png" class="contained-button" alt="Telegram"></a>
                <img src="img/buttons/gentoo-button.png" class="contained-button" alt="Public domain">
            </div>
        </div>
        <div class="main-content">
            <div id="header">
                <h1>
                    <img src="img/gif/reverseearth.gif" alt="Animated spinning globe" width="4%" style="vertical-align: middle;">
                    pontus
                    <img src="img/gif/reverseearth.gif" alt="Animated spinning globe" width="4%" style="vertical-align: middle;">
                  </h1>                  
                <p>a website for my online self</p>
                <hr>
            </div>
            <div id="archival-content-section">
                <h1>archival content</h1>
                <h2>what</h2>
                <p>this website is a treasure trove of content. use it to your advantage! i currently host the following things:</p>
                <ul>
                    <li><a href="/archives/ads/political">political advertising</a></li>
                    <li><a href="/archives/ads/college">college advertising</a></li>
                    <li><a href="/archives/videos/long-form/">long-form videos</a></li>
                    <li><a href="/archives/videos/short-form/">short-form videos</a></li>
                </ul>
            </div>
            <div id="why-section">
                <!-- the real question is why this vs code theme makes it so hard to read text -->
                <h2>why</h2>
                <p>i archive and store as much data as i possibly can, and make as much use of that space as possible. but why?</p>
                <p>while many people will scroll through apps such as tiktok, and laugh at passing trends which fade into obscurity, i save each one which i believe may have cultrual significance.</p>
                <p>it's the small things that i remember and wish i had saved. thus, i aim to preserve our generation in media, whether it be the college/political ads of our time, or simple things such as tiktoks.</p>
            </div>
        </div>
    </div>

</body></html>