https://gn0rrbitberrenbur.github.io/

제출된 URL:
https://gn0rrbitberrenbur.github.io/
보고서 완료:

링크 · 0개 결과

페이지에서 식별된 외부 링크

JavaScript 변수 · 6개 결과

페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다

이름유형
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
togglefunction
getLightStatefunction
loadQuotefunction

콘솔 로그 메시지 · 2개 결과

웹 콘솔에 기록된 메시지

유형카테고리로그
warningother
텍스트
Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.
errornetwork
URL
https://gn0rrbitberrenbur.github.io/favicon.ico
텍스트
Failed to load resource: the server responded with a status of 404 ()

HTML

페이지의 원시 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>
<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="/about/aboutIndex.html">/about/</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.
        Oh and here's a random stoic quote for you:
    </p>

    <br>

    <div class="quote" id="quote" onclick="loadQuote()">What's the good of dragging up sufferings which are over, of being unhappy now just because you were then?</div>
    <div class="author" id="author">— Seneca —</div>
    

    <hr class="SeparatorLine">

    <p class="SiteEnding">made with ❤ using pure html, css and javascript</p>
    

</body></html>