https://superjames888-github-io.pages.dev/

Submitted URL:
https://superjames888-github-io.pages.dev/Redirected
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 · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html><head>
<style>
body {
  font-size: 28px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #111;
}

.active {
  background-color: #4CAF50;
}
</style>
</head>
<body>
<ul>
  <li><a href="./index.html">Home</a></li>
  <li><a href="./Games.html">Games</a></li>

</ul>






    
        <meta charset="utf-8">
    
    
      
    Welcome to my website
    <p>
    <small>This Site hosts my games which are password protected.</small>
      <br>
    Welcome
    <br>
    

</p></body></html>