https://gwydd.ch/

Submitted URL:
https://gwydd.ch/
Report Finished:

The outgoing links identified from the page

LinkText
https://github.com/gwydd12/gwydd.seWebsite source

JavaScript Variables · 3 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Console log messages · 7 found

Messages logged to the web console

TypeCategoryLog
errornetwork
URL
https://gwydd.ch/fonts/LM-regular.woff2
Text
Failed to load resource: the server responded with a status of 404 ()
errornetwork
URL
https://gwydd.ch/fonts/LM-bold.woff2
Text
Failed to load resource: the server responded with a status of 404 ()
errornetwork
URL
https://gwydd.ch/fonts/LM-regular.woff
Text
Failed to load resource: the server responded with a status of 404 ()
errornetwork
URL
https://gwydd.ch/fonts/LM-bold.woff
Text
Failed to load resource: the server responded with a status of 404 ()
errornetwork
URL
https://gwydd.ch/fonts/LM-regular.ttf
Text
Failed to load resource: the server responded with a status of 404 ()
errornetwork
URL
https://gwydd.ch/fonts/LM-bold.ttf
Text
Failed to load resource: the server responded with a status of 404 ()
errornetwork
URL
https://gwydd.ch/favicon.ico
Text
Failed to load resource: the server responded with a status of 404 ()

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head>
        <meta charset="utf-8">
        <meta http-equiv="x-ua-compatible" content="ie=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        
        
        
        
            <meta property="og:type" content="website">
        
        

        <title>Gwydd's Blog - Welcome to Gwydd's Den!</title>
        <link rel="stylesheet" href="./css/syntax.css">
        <link rel="stylesheet" href="./css/latex.css">
        <link rel="stylesheet" href="./css/color.css">
        <link rel="stylesheet" href="./css/default.css">
    </head>
    <body>
        <header style="display: flex; align-items: center; justify-content: center; padding: 10px 20px;">
            <a href="./" style="margin-right: 20px;">
                <img src="./images/gwydd-mascott.png" style="max-width: 50px; height: auto;" alt="Mascot">
            </a>
            <nav style="display: flex; gap: 20px;">
                <a href="./archive.html">Posts</a>
                <a href="./reviews.html">Reviews</a>
                <a href="./about.html">About</a>
                <a href="./contact.html">Contact</a>
            </nav>
        </header>

        <main role="main">
            <h1>Welcome to Gwydd's Den!</h1>
            <p>
    Hi - I'm <a href="./about.html">gwydd a computer science student</a> and I have a deep interest in computers.
    Therefore this blog provides me with a space to share my thoughts,
    projects and other random discoveries in realm of computer science.

</p><h2>Posts</h2>
<ul>
    
        <li>
            <a href="./posts/the-preface-of-this-blog.html">The preface of this blog</a> - Sep 30
        </li>
    
</ul>


<p>…or you can find more in the <a href="./archive.html">Posts</a>.</p>

        </main>
        
        <footer>
            <div id="footer">
                <a id="to-top" href="#">Back to the top</a>
                &nbsp;|&nbsp;
                <a href="./atom.xml" style="font-variant:small-caps">RSS</a>
                &nbsp;|&nbsp;
                <a href="https://github.com/gwydd12/gwydd.se">Website source</a>
                &nbsp;|&nbsp;
                <a href="./contact.html">Contact</a>
            </div>
        </footer>
    

</body></html>