- Scan ID:
- e98a39a2-f160-42ce-91df-27ba43467cefFinished
- Submitted URL:
- https://luvno.com/
- Report Finished:
Links · 0 found
The outgoing links identified from the page
JavaScript Variables · 9 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 |
gtag | function |
dataLayer | object |
google_tag_manager | object |
google_tag_data | object |
onYouTubeIframeAPIReady | function |
gaGlobal | object |
Console log messages · 3 found
Messages logged to the web console
Type | Category | Log |
---|---|---|
error | network |
|
error | network |
|
error | network |
|
HTML
The raw HTML body of the page
<!DOCTYPE html><html lang="en"><head>
<!-- Google tag (gtag.js) -->
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-BCPED9VZGB"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-BCPED9VZGB');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coming Soon | luvno.com</title>
<meta name="description" content="We're working hard to bring you an amazing new website. Check back soon!">
<meta name="keywords" content="coming soon, under construction, website launch, new website">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<h1>We're Building Something Awesome!</h1>
<p>Our website is currently under construction. Please check back soon.</p>
<img src="contact.png" alt="Contact us: [email protected]">
</div>
</body></html>