https://152media.info/

Submitted URL:
https://152media.info
Report Finished:

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

Console log messages · 1 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html><head><title>152 Media Dev</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<style>

body,h1 {font-family: "Raleway", sans-serif}

body, html {height: 100%}

.bgimg {

  background-image: url('/img/forestbridge.jpg');

  min-height: 100%;

  background-position: center;

  background-size: cover;

}

</style>
</head><body>
<div class="bgimg w3-display-container w3-animate-opacity w3-text-white">
<div class="w3-display-topleft w3-padding-large w3-xlarge">
152 Media Dev Team
</div>
<div class="w3-display-middle">
<h1 class="w3-jumbo w3-animate-top">Simon AI</h1>
<hr class="w3-border-grey" style="margin:auto;width:40%">
<p class="w3-large w3-center">Dev Page. Deploying Soon.</p>
</div>
<div class="w3-display-bottomleft w3-padding-large">
Powered by <a href="https://152media.com" target="_blank">152Media</a>
</div>
</div>


</body></html>