- Scan ID:
- 4fad4515-28e4-4843-8c6a-a3786cc7ba8fFinished
- Submitted URL:
- https://zylarian.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 |
$ | function |
jQuery | function |
Console log messages · 0 found
Messages logged to the web console
HTML
The raw HTML body of the page
<!DOCTYPE html><html lang="en"><head>
<!-- META -->
<meta charset="utf-8">
<meta name="robots" content="noodp">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- PAGE TITLE -->
<title>Launch - Coming Soon</title>
<!-- FAVICON -->
<link rel="shortcut icon" href="assets/img/favicon.png">
<!-- FONTS -->
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700&subset=latin-ext" rel="stylesheet">
<!-- STYLESHEETS -->
<link rel="stylesheet" type="text/css" href="assets/css/plugins.css">
<link rel="stylesheet" type="text/css" href="assets/css/main.css">
</head>
<body>
<!-- PRELOADER -->
<div class="preloader preloader-hidden">
<!-- SPINNER -->
<div class="spinner">
<div class="bounce-1"></div>
<div class="bounce-2"></div>
<div class="bounce-3"></div>
</div>
<!-- /SPINNER -->
</div>
<!-- /PRELOADER -->
<!-- HERO -->
<div class="hero">
<!-- FRONT CONTENT -->
<div class="front-content">
<!-- CONTAINER MID -->
<div class="container-mid">
<!-- ANIMATION CONTAINER -->
<div class="animation-container animation-fade-down run-animation" data-animation-delay="0">
<img class="img-responsive logo" src="assets/img/logo.png" alt="image">
</div>
<!-- /ANIMATION CONTAINER -->
<!-- ANIMATION CONTAINER -->
<div class="animation-container animation-fade-right run-animation" data-animation-delay="300">
<h1>We're Coming Soon..</h1>
</div>
<!-- /ANIMATION CONTAINER -->
<!-- ANIMATION CONTAINER -->
<div class="animation-container animation-fade-left" data-animation-delay="600">
<p class="subline">We're working on our new website. Join our newsletter and get notifed.</p>
</div>
<!-- /ANIMATION CONTAINER -->
<!-- ANIMATION CONTAINER -->
<div class="animation-container animation-fade-up" data-animation-delay="900">
<div class="open-popup">Notify Me</div>
</div>
<!-- /ANIMATION CONTAINER -->
</div>
<!-- /CONTAINER MID -->
<!-- FOOTER -->
<div class="footer">
<!-- ANIMATION CONTAINER -->
<div class="animation-container animation-fade-up" data-animation-delay="1200">
<p>© Zylarian Innovations LLC. 2025</p>
</div>
<!-- /ANIMATION CONTAINER -->
</div>
<!-- /FOOTER -->
</div>
<!-- /FRONT CONTENT -->
<!-- BACKGROUND CONTENT -->
<div class="background-content parallax-on" style="transform: translate3d(0px, 0px, 0px); transform-style: preserve-3d; backface-visibility: hidden;">
<div class="background-overlay"></div>
<div class="background-img layer" data-depth="0.05" style="position: relative; display: block; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px); transform-style: preserve-3d; backface-visibility: hidden;"></div>
</div>
<!-- /BACKGROUND CONTENT -->
</div>
<!-- /HERO -->
<!-- POPUP ( SUBSCRIBE ) -->
<div class="popup">
<!-- CARD -->
<div class="card">
<!-- CARD CLOSE BUTTON -->
<div class="close-popup close-button"></div>
<i class="fa fa-envelope-o" aria-hidden="true"></i>
<h3>Sign Up</h3>
<p class="subline">Signing up to our newsletter gives you exclusive access to our Website Launch!</p>
<!-- FORM -->
<form action="assets/php/subscribe.php" method="post" class="subscribe-form">
<input type="text" name="email" placeholder="* Enter your Email" onfocus="this.placeholder = ''" onblur="this.placeholder = '* Enter your Email'" class="email form-control">
<!-- PHANTOM ELEMENT ( HONEYPOT CAPTCHA FOR SECURITY ) DO NOT REMOVE -->
<div class="fhp-input"><input type="text" name="phone" placeholder="* Enter your phone to Subscribe!" class="email form-control"></div>
<!-- /PHANTOM ELEMENT ( HONEYPOT CAPTCHA FOR SECURITY ) DO NOT REMOVE -->
<button type="submit" class="btn btn-primary form-control">Subscribe<i class="fa fa-long-arrow-right" aria-hidden="true"></i></button>
<!-- SUCCESS-ERROR MESSAGE -->
<div class="error-message">* Enter a valid Email Address!</div>
<div class="success-message">* Successfuly Subscribed!</div>
<!-- /SUCCESS-ERROR MESSAGE -->
</form>
<!-- /FORM -->
</div>
<!-- /CARD -->
</div>
<!-- /POPUP ( SUBSCRIBE ) -->
<!-- JAVASCRIPTS -->
<script type="text/javascript" src="assets/js/plugins.js"></script>
<script type="text/javascript" src="assets/js/main.js"></script>
</body></html>