http://modilas.digital/unsb

Submitted URL:
http://modilas.digital/rd/su32063GIwCo130619QuHC233817fvg6052TzFt3472Redirected
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 6 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

NameType
onbeforetogglestring
onscrollendstring
$string
jQuerystring
Popperstring
bootstrapstring

Console log messages · 1 found

Messages logged to the web console

TypeCategoryLog
errornetwork
URL
http://modilas.digital/favicon.ico
Text
Failed to load resource: the server responded with a status of 404 (Not Found)

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head>
  <title></title>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
  <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
</head>
<body style="background-image: url(https://picsum.photos/2000)">

<div class="container">
  <br>
  <br>
  <br>
  <div class="jumbotron">
  	
  	<div class="row">
	  <div class="col-sm-3"></div>
	  <div class="col-sm-6">
	  	
	  	<h1 class="text-primary"><strong>Unsubscribe Form</strong></h1>
	  	<p class="text-secondary">By unsubscribing using this page you will not receive an email from us any more next time.<br>
	  	To notice the process can take 24 h to unsubscribe completely from our list,<br>
	  	if you receive an email after 24h please contact us at [email protected]</p>
	  
	  	<form method="post">
		  <div class="form-group">
		    <label for="email">Your email address:</label>
		    <input type="email" name="email" class="form-control" placeholder="Enter email address here" id="email">
		  </div>
		  <br>
		  <button type="submit" class="btn btn-warning">Unsubscribe from our newsletter</button>
		</form>


	  </div>
	</div>

	  
	</div>
</div>


</body></html>