https://paradroid-gamma.vercel.app/sendLink.html?Id=758a02f8-a424-42c6-b597-4f1864be4100

Submitted URL:
https://t.co/i9dkyjhMAY
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 9 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

<html><head>
        <style>
            input[type="text"] {
                font-size: 3.2vw;
            }
            input[type="submit"] {
                font-size: 3.2vw;
            }
            .inputsDiv {
                display: block;
                text-align: center;
            }
            .linksDiv {
                display: block;
                text-align: center;
            }
            label {
                text-align: center;
            }
            p {text-align: center;}
            body {
                font-size: 3.2vw;
            }
        </style>
    <script type="text/javascript" src="scripts.js"></script></head>
    
    <body>
        <!-- <h1>This is still being tested, how did you get here?</h1><br> -->
        <a href="./">HOME</a><br>
        <div class="inputsDiv"><label for="slink">Enter the link you want to send:<br>
            <input type="text" id="slink" name="slink">
        </label></div>
        <p id="output"></p>
        <div class="inputsDiv"><input type="submit" id="submitLinks" name="submitLinks" onclick="sendLink()"></div><br><br>

        <p>Got this link but you don't know how it works? Let us explain.</p>
        <p>Someone shared their 'public link' with you, this link brings you to this page. Once you are here you can enter any link in the box above and hit submit and the link will open up on their phone!</p>
        <div class="linksDiv"><span>If you are still confused click </span><a href="./whatIsThis.html">here</a><span> for more info on what this is.</span></div>
    
</body></html>