https://schroeder.org.mx/

Submitted URL:
https://schroeder.org.mx/
Report Finished:

The outgoing links identified from the page

LinkText
https://github.com/babywhale321Github
https://bashvm.combashvm.com

JavaScript Variables · 5 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
uidEventstring
bootstrapstring

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 name="viewport" content="width=device-width, initial-scale=1"> 
<meta charset="utf-8">
<title>Menu</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<link rel="stylesheet" href="index.css">
<link rel="icon" type="image/x-icon" href="icons.d/favicon.ico">
</head>
<body>
<table>
    <tbody><tr>
        <td>
            <h1>KS</h1>
            <br>
            <a href="contact.d/contact.html">Contact Me</a>
            <br><br>
            <a href="https://github.com/babywhale321">Github</a>
            <br><br>
            <a href="https://bashvm.com">bashvm.com</a>
        </td>
    </tr>
</tbody></table>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>


</body></html>