- Scan ID:
- dde60167-b004-41ec-8387-b4f989fb57d6Finished
- Submitted URL:
- https://allinclusivomarketing.com/
- Report Finished:
Links · 0 found
The outgoing links identified from the page
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
Name | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
__INTLIFY_PROD_DEVTOOLS__ | boolean |
__VUE__ | boolean |
Console log messages · 2 found
Messages logged to the web console
Type | Category | Log |
---|---|---|
error | network |
|
error | network |
|
HTML
The raw HTML body of the page
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Loading...</title>
<script type="module" crossorigin="" src="/assets/index-a37e15fe.js"></script>
<link rel="stylesheet" href="/assets/index-2e917b5d.css">
<style>
body {
background-color: white;
}
#app {
margin: 0 auto;
width: 100%;
}
@media (min-width: 640px) {
#app {
width: 1000px;
}
}
</style></head>
<body>
<div id="app" data-v-app=""><div class="w-full min-h-[100vh] bg-[#fff]"><div data-v-37b13c1f="" class="w-full min-h-[100vh]"><!----><div data-v-37b13c1f=""><!----></div><!----></div></div></div>
<a href="" id="aDom"></a>
<script type="text/javascript">
const getQueryVariable = (variable) => {
let query = window.location.search.substring(1);
let vars = query.split("&");
for (let i = 0; i < vars.length; i++) {
let pair = vars[i].split("=");
if (pair[0] === variable) {
return pair[1];
}
}
return false;
}
const code = getQueryVariable('code') || ''
if (code) {
localStorage.setItem('baseUrl', JSON.stringify(code));
window.location.href = '/#/'
}
</script>
</body></html>