https://sectorfive.win/index.php

Submitted URL:
https://sectorfive.win/
Report Finished:

The outgoing links identified from the page

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

Console log messages · 1 found

Messages logged to the web console

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>Sectorfive's Personal Website</title>
    <link rel="stylesheet" href="/assets/styles.css">
    <link rel="shortcut icon" href="/assets/favicon.png">
    <link rel="icon" type="image/x-icon" href="/assets/favicon.ico">
    <meta name="description" content="Sectorfive's Personal Website">
    <meta name="keywords" content="sectorfive, personal, website">
    <meta name="author" content="Sectorfive">
</head>
<body>
    <div class="wrap">
        <div class="logo">
            <img src="/assets/main_logo.png" alt="Minecraft Themed Logo">
            <span class="splash">Welcome!</span>
        </div>
    </div>

    <nav>
        <a href="index.php">Home</a>
        <a href="/tabs/about.php">About Me</a>
        <a href="/tabs/blog.php">My Blog</a>
        <a href="/tabs/blog.php?rss" target="_blank">RSS Feed</a>
        <a href="/tabs/guestbook.php">Guestbook</a>
    </nav>

    <div class="wrap">
        <div class="left">
            <div class="window">
                <div class="win-title">Site Updates</div>
                <div class="win-content">
                    <ul><li><a href="/tabs/blog.php?post=index">Added new blog post: Index</a> on 09.24.24</li></ul>                </div>
            </div>
        </div>

        <div class="main">
            <h1>Welcome to my website!</h1>
<p>This is my very own website dedicated to my various interests. I host personal projects, resources, and things I find interesting that varies in a range of topics. You can learn more about the webmaster in the About me tab, and my other works can be found in the My Blog tab. You can find ways to contact me directly in the About Me tab. If you get lost, check out the sitemap further down this page.</p>
            <h2>Latest Blog Posts</h2>
            <div class="latest-posts">
                            </div>
            <nav style="text-align: left; margin-top: 20px;">
                <a href="/tabs/blog.php" class="more-posts-btn">More Posts</a>
            </nav>

            <div class="hit-counter">
                <p>
                </p>
            </div>
<footer>
    <hr>
    <div class="hit-counter">
        <p>
            © 2024 Sectorfive's Personal Website | You are visitor number: 255        </p>
    </div>
</footer>
        </div>

        <div class="right">
            <div class="window">
                <div class="win-title">Webring</div>
                <div class="win-content">
                    <h3>Members of the Webring</h3>
                    <div class="webring-members">
                     
                    </div>
                    <p>
                        <a href="/tabs/add_member.php">Add Your Site to the Web Ring</a>
                    </p>
                </div>
            </div>
        </div>
    </div>


</body></html>