<!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>

<style type="text/css">
  @font-face {
  font-family: 'Open Sans Bold';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Bold'), url(fonts/OpenSans-Bold.woff) format('woff')
}
  body{background-image: linear-gradient( to bottom, rgba(0,0,0,1) 5.6%, rgba(255,0,0,1) 97.7% );}
  #fof{display:block; width:100%; line-height:1.6em; text-align:center; margin-top: 10%;}
  #fof h1{text-align: center;
font-family: 'Open Sans Bold';
font-weight: 400;
display: block;
font-size: 50px;
color: #ffa700 !important;
text-transform: uppercase;
text-shadow: 2px 2px 2px #000;}
  #fof img{margin-bottom:25px;}
  #fof p{display:block; margin:0 0 25px 0; padding:0; font-size:16px; color: #fff !important; font-family: 'Open Sans Bold';}
  #fof #respond input{width:200px; padding:5px; border:1px solid #ffa700; font-family: 'Open Sans Bold';}
  #fof #respond #submit{width:auto;}
  #fof a {font-weight: 700;text-decoration: none; color: #ffa700 !important; font-family: 'Open Sans Bold';}
  #fof a:hover {color: #ffa700 !important;}
</style>
<script>
	(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
	(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
	m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
	})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
	ga('create', 'UA-145586790-1', 'auto');
	ga('send', 'pageview');
</script>
</head>
<body>


<div class="wrapper row2">
  <div id="container" class="clear">
    <section id="fof" class="clear">
    <h1>WHOOPS!</h1>
      <img src="https://www.callgirlblr.com/404.png" alt="404">
      <p>The requested URL <b><?php echo $_SERVER["REQUEST_URI"]; ?></b> was not found on this server.</p>
      <p>Go back to the <a href="javascript:history.go(-1)">previous page</a> or visit our <a href="/">homepage</a></p>

    </section>
  </div>
</div>

</body>
</html>