- Scan ID:
- 9f2b6a49-1b3c-4d05-ae4f-9ac1e0f1da89Finished
- Submitted URL:
- https://teraverseapp.com/Redirected
- Report Finished:
Links · 0 found
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
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
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="UTF-8">
<title>TeraGogo is not available in current area</title>
<meta content="text/html" http-equiv="Content-Type">
<link crossorigin="anonymous" href="https://s2.teraverseapp.com/html-v5/public/favicon.ico" rel="shortcut icon" type="images/x-icon">
<style>
body,
html {
height: 100%;
width: 100%;
padding: 0;
}
body {
padding: 0;
margin: 0;
box-sizing: border-box;
overflow: hidden;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.logo {
margin-bottom: 24px;
height: 88px;
}
.error-text {
text-align: center;
font-size: 20px;
font-weight: 500;
line-height: 32px;
color: #000;
}
</style>
</head>
<body>
<img class="logo" alt="Error: 302" src="https://s2.teraverseapp.com/html-v5/public/favicon.ico">
<div class="error-text">
<div>Sorry</div>
<div>TeraGogo is not available in current area</div>
</div>
</body></html>