https://tynhe.xyz/

Submitted URL:
https://tynhe.xyz/
Report Finished:

The outgoing links identified from the page

LinkText
https://github.com/sainnhe/everforesthttps://github.com/sainnhe/everforest

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
onbeforetogglestring
documentPictureInPicturestring
onscrollendstring

Console log messages · 1 found

Messages logged to the web console

TypeCategoryLog
errornetwork
URL
https://tynhe.xyz/favicon.ico
Text
Failed to load resource: the server responded with a status of 404 (Not Found)

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Tynhe</title>
   <link rel="stylesheet" type="text/css" href="style.css"> 
</head>
<body>
    <nav>
        <a href="index.html">Home</a>
        <a href="tools.html">Tools</a>
        <a href="contact.html">Contact</a>
    </nav>
    <div class="container">
        <h1>welcome to tynhe.xyz</h1>
        <p>Thank you for visiting this website! This is the homepage. 
        <br> tynhe.xyz is still a work in progress and mainly used for testing purposes.</p>        <p>Feel free to explore the sections using the navigation bar above.</p>
    </div>
    <div class="bottom-text">
        palette: <a href="https://github.com/sainnhe/everforest">https://github.com/sainnhe/everforest</a>
</div>


</body></html>