- Scan ID:
- 1b490f62-059c-416f-bfcd-7105dd95bda3Finished
- Submitted URL:
- https://vadersite.pythonanywhere.com/
- Report Finished:
Links · 1 found
The outgoing links identified from the page
Link | Text |
---|---|
https://forms.gle/VSaRzkzwM8XU7HfW7 | Request A Feature Form |
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
Name | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Console log messages · 0 found
Messages logged to the web console
HTML
The raw HTML body of the page
<html><head><title>Home Page</title>
<style>
.topnav {
background-color: black;
overflow: hidden;
}
.topnav a {
float: left;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 43;
}
.topnav a:hover {
background-color: #fcad03;
color: black;
}
#tab {
background-color: #fcad03;
color: black;
}
#Form:link {
color: #002fff;
text-decoration: Underline;
font-size: 16px;
}
#Form:visited {
color: #2f55fa;
text-decoration: Underline;
font-size: 16px;
}
#Form:hover {
color: #001c96;
text-decoration: Underline;
font-size: 16px;
}
</style>
</head><body><h2>
<div class="topnav">
<a href="https://vadersite.pythonanywhere.com/" id="tab">Home</a>
<a href="https://vadersite.pythonanywhere.com/games">Games</a>
<a href="https://vadersite.pythonanywhere.com/tools">Tools</a>
</div>
</h2>
<a href="https://forms.gle/VSaRzkzwM8XU7HfW7" id="Form">Request A Feature Form</a></body></html>