https://misyte.rf.gd/?i=1

Submitted URL:
https://misyte.rf.gd/
Report Finished:

The outgoing links identified from the page

LinkText
https://tsweb.000.peMy EPM Website
https://youtube.com/@abc.52YouTube
https://www.instagram.com/_insta_user_865/Instagram
https://odysee.com/@gamer52:1?r=B5F7wRQA8L7YV9226DJBqrxhPK1pUXvKOdysee

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 ยท 0 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">
    <meta name="description" content="A personal website.">
    <title>Welcome to Our Website</title>
    <link rel="stylesheet" href="styles.css">
</head>
<body>
    <div class="container">
        <h1>Welcome to Our Website!</h1>
        <p class="subtitle">Your journey starts here.</p>
        <div class="options">
            <button id="loginBtn" class="btn btn-primary">Login</button>
            <button id="signupBtn" class="btn btn-secondary">Sign Up</button>
        </div>
        <h2>Explore More:</h2>
        <div class="explore-container">
            <div class="explore-column">
                <h3>About Us:</h3>
                <p><a href="https://tsweb.000.pe">My EPM Website</a></p>
                <p><a href="https://misyte.rf.gd/pgp.html">My PGP key</a></p>
                <p><a href="https://misyte.rf.gd/privacy.html">How your privacy is maintained</a></p>
            </div>

            <div class="separator"></div>
            <div class="explore-column">
                <h3>Follow Us</h3>
                <p><a href="https://youtube.com/@abc.52">YouTube</a></p>
                <p><a href="https://www.instagram.com/_insta_user_865/">Instagram</a></p>
                <p><a href="https://odysee.com/@gamer52:1?r=B5F7wRQA8L7YV9226DJBqrxhPK1pUXvK">Odysee</a></p>
            </div>

        </div>
    </div>
    <script src="script.js"></script>


</body></html>