<!doctype html>
    <html lang="en">
      <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <title>LanderLab - Best Landing Page Builder for Affiliate Marketing</title>
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Arvo:wght@400;700&display=swap" rel="stylesheet">
        <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
        <link rel="icon" href="https://app.landerlab.io/favicon.jpg">
      </head>
      <body>
        <style>

        .page_404{ 
          padding:40px 0; background:#fff; font-family: 'Arvo', serif;
          min-height: 100vh;
          display: flex;
          align-items: center;
          justify-content: center;
        }
    
        .page_404  img{ width:100%;}
    
        .four_zero_four_bg{
    
         background-image: url(https://pub-f66cfa1fb152441e86a1d23686aeb888.r2.dev/landerlab-assets/images/404.gif);
            height: 400px;
            background-position: center;
         }
    
    
         .four_zero_four_bg h1{
         font-size:80px;
         }
    
          .four_zero_four_bg h3{
               font-size:80px;
               }
               .link_404{			 
            color: gray!important;
            padding: 10px 20px;
            background: #fff;
            margin: 20px 0;
                 gap: 5px;
            display: inline-flex;
                 align-items: center;
                 justify-content: center;}
          .contant_box_404{ margin-top:-50px;}
        </style>
      <section class="page_404">
        <div class="container">
          <div class="row">	
          <div class="col-sm-12 ">
          <div class="col-sm-10 col-sm-offset-1  text-center">
          <div class="four_zero_four_bg">
            <h1 class="text-center ">404</h1>
    
    
          </div>
    
          <div class="contant_box_404">
          <h3 class="h2">
          Looks like you're lost
          </h3>
      
          <p>the page you are looking for is not available!</p>
    
          <a href="https://landerlab.io?referrer=notFound" class="link_404">
            <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M4.89093 0L8.33525 4.43628V14.8519H12.0413L14.659 18.2411H4.89093V0H0V24H19.1091L15.6648 19.5362V9.093H11.9587L9.36854 5.7589H19.1091V24H24V0H4.89093Z" fill="#181822"></path>
          </svg>
            LanderLab - Landing Page Builder for Affiliate Marketing</a>
        </div>
          </div>
          </div>
          </div>
        </div>
      </section>
      </body>
    </html>