<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <meta name="description" content="">
    <meta name="author" content="">
    <script src="https://cdn.jsdelivr.net/npm/lazyload@2.0.0-rc.2/lazyload.js"></script>


    <link rel="apple-touch-icon" sizes="180x180" href="./img/apple-touch-icon.png" >
<link rel="icon" type="image/png" sizes="32x32" href="./img/favicon-32x32.png" >
<link rel="icon" type="image/png" sizes="16x16" href="./img/favicon-16x16.png" >
<link rel="manifest" href="./img/site.webmanifest" >
    
		 <link rel="stylesheet" type="text/css" href="/ui/webjars/bootstrap/4.6.2/css/bootstrap.min.css" />

        <script type="text/javascript" src="/ui/webjars/jquery/3.6.1/jquery.min.js"></script>
  <script type="text/javascript" src="/ui/webjars/bootstrap/4.6.2/js/bootstrap.min.js"></script>
        
        
        
        <script type="text/javascript">
        $(document).ready(function(){
        	lazyload();
        	
        	$(".linkBtn").click(function(){
        		  console.log("The paragraph was clicked.");
        	
        		  var ff=$(this).attr("href");
        		  $.ajax({
  					type : "POST",
  					url : './link/clicks/',
  					data : JSON.stringify({
  						"id" : $(this).attr('id'),
  						"value" : $(this).attr('href')
  					}),
  					dataType : 'json',
  					contentType : 'application/json',
  					success : function(data) {
  						console.log("sss" + JSON.stringify(data));
  					},
  					error : function(xhr, status, error) {
  						var err = eval("(" + xhr.responseText + ")");
  						console.log(xhr.responseText)
  						console.log(error)
  						console.log("errr" + err);
  					},
  					complete : function() {
  						console.log("done");
  					}
  				});
        		  
        		  return true;	
        	});
        	
        	
        	

        	
        	
        	})
        
        
        </script>

<style type="text/css">
    
    .shadow1 {
      box-shadow: 0 0.5rem 0.4rem #1e1b1c;
    }
    
    .shadow2 {
      box-shadow: 0 0.3rem 0.4rem #1e1b1c;
    }
    
    .shadow1:hover {box-shadow: 0 0.3rem 0.4rem #1e1b1c;}
    
    </style>

    </head>
    <body  style="background-color:null;">

    <div class="container ">
      <div class="py-3 text-center">
      
        <div>
        <img class="d-block mx-auto mb-4 rounded-circle" src="./img/pro.png" alt="" width="72" height="72">
        </div>
        <div  class="col-md-10 text-center w-70 container">
        <h2 style="color:null"></h2>
        <p class="lead " style="color:null"></p>
      </div>
      </div>

      <div class="row text-center">
        
        <div  class="col-md-10 text-center w-70 container">
        
          
        </div>
      </div>

      <footer class="my-5 pt-5 text-muted text-center text-small">
         <main>      <div class="container pb-3 text-center text-muted">
      
      <div style="font-size:9px">Powered By -     <a href="https://linkswall.com" >
Linkswall.com</a></div></div>
      
      </main>
      </footer>
    </div>

    
    
   
    </body>
</html>