https://gn0rrbitberrenbur.github.io/

ID de exploración:
e9e60347-27e5-4b02-b564-899e1397850eFinalizado
URL enviada:
https://gn0rrbitberrenbur.github.io/
Informe finalizado:

Enlaces: 1 encontrados

EnlaceTEXTO
https://motherfuckingwebsite.com/

Variables JavaScript: 7 encontradas

NombreTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
togglefunction
getLightStatefunction
typeWriterfunction
loadQuotefunction

Mensajes de registro de la consola: 1 encontrados

TipoCategoríaRegistrar
warningother
TEXTO
Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.

HTML

<html lang="en"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="style.css">
    <title>Chris' Website</title>
    <link rel="icon" type="image/x-icon" href="/resources/icon.ico">
<script src="javascript/colourModeToggle.js"></script><script src="javascript/quotes.js"></script></head>




<body onload="getLightState(); loadQuote()">

    <nav>
        <a href="/index.html">/home/</a>
        <a href="/blog/blogIndex.html">/blog/</a>
        <a href="/tools/toolsIndex.html">/tools/</a>
        <a id="lightsToggle" ,="" onclick="toggle()" "="">/lights on/</a>
    </nav>

    <br>
    <br>
    <br>

    <h1 class="LandingHeader">
    Chris' Page        
    </h1>

    <hr class="SeparatorLine">

    <br>

    <p class="LandingText">
        My name is Chris, and I'm a Computer enthusiast. My interests span computer science, natural sciences, and economics. 
        Currently, I'm completing an apprenticeship in CS. In my free time, you can find me programming, hiking,
        running, reading, and cooking. This website was created as a way to teach myself some web development.
    </p>

    <p>Oh and here's a random stoic quote for you:</p>

    <br>

    <div class="quote" id="quote" onclick="loadQuote()">There is no easy way f</div>
    <div class="author" id="author"></div>
    

    <hr class="SeparatorLine">

    <p class="SiteEnding">licensed under MIT</p>
    <p class="SiteEnding">made with <a class="Heart" href="https://motherfuckingwebsite.com/" style="color: #d26878;">❤</a> 
        using pure html, css and javascript</p>
    

</body></html>