Sorry

This feed does not validate.

In addition, interoperability with the widest range of feed readers could be improved by implementing the following recommendation.

Source: http://landwaters.com

  1. <style type="text/css">
  2.  
  3.    @font-face {
  4.        font-family: 'Poppins';
  5.        src: url('/static/assets/fonts/Poppins/Poppins-Regular.eot'),
  6.        url('/static/assets/fonts/Poppins/Poppins-Regular.eot?#iefix') format('embedded-opentype');
  7.        font-weight: normal;
  8.        font-style: normal;
  9.        font-display: swap;
  10.    }
  11.  
  12.    @font-face {
  13.        font-family: 'Inter';
  14.        src: url('/static/assets/fonts/Inter/Inter-Regular.eot'),
  15.        url('/static/assets/fonts/Inter/Inter-Regular.eot?#iefix') format('embedded-opentype');
  16.        font-weight: normal;
  17.        font-style: normal;
  18.        font-display: swap;
  19.    }
  20.  
  21.    body {
  22.        margin: 0;
  23.    }
  24.  
  25.    #block-cant-find-app {
  26.        background: url("/assets/images/shapes.svg");
  27.    }
  28.  
  29.    .container {
  30.        display: flex;
  31.        justify-content: space-between;
  32.        padding: 0 60px;
  33.        max-width: 100%;
  34.    }
  35.  
  36.    .error-text-wrapper {
  37.        margin: auto 0;
  38.    }
  39.  
  40.    .company-title::before {
  41.        content: "";
  42.        display: inline-flex;
  43.        background-image: url("/assets/images/softr-title-logo.svg");
  44.        background-repeat: no-repeat;
  45.        height: 34px;
  46.        width: 123px;
  47.        margin-bottom: 16px;
  48.    }
  49.  
  50.    .error-title {
  51.        font-family: 'Poppins', sans-serif;
  52.        font-size: 28px;
  53.        font-weight: 600;
  54.        line-height: 42px;
  55.        margin-bottom: 22px;
  56.    }
  57.  
  58.    .error-text {
  59.        max-width: 441px;
  60.        font-family: 'Inter', sans-serif;
  61.        font-size: 16px;
  62.        font-weight: 500;
  63.        line-height: 24px;
  64.        margin-bottom: 22px;
  65.    }
  66.  
  67.    .error-text-small-container {
  68.        max-width: 390px;
  69.    }
  70.  
  71.    .home-button {
  72.        height: 40px;
  73.        border-radius: 8px;
  74.        padding: 9px 24px;
  75.        border: none;
  76.        background-color: #212121;
  77.        cursor: pointer;
  78.        font-family: 'Inter', sans-serif;
  79.        text-decoration: none;
  80.        font-size: 13px;
  81.        font-weight: 500;
  82.        line-height: 22px;
  83.        color: #ffffff;
  84.    }
  85.  
  86.    .home-button:hover {
  87.        box-shadow: 0 2px 8px rgba(40, 25, 45, 0.08), 0 3px 8px rgba(40, 25, 45, 0.04);
  88.    }
  89.  
  90.    .template-icons {
  91.        min-height: 100vh;
  92.        width: 600px;
  93.        background: url("/assets/images/cards.png") no-repeat;
  94.        background-size: cover;
  95.    }
  96.  
  97.    @media screen and (max-width: 992px) {
  98.        .container {
  99.            height: 100vh;
  100.            padding: 0 40px;
  101.        }
  102.  
  103.        .error-text-wrapper {
  104.            margin: auto;
  105.        }
  106.  
  107.        .template-icons {
  108.            display: none;
  109.        }
  110.    }
  111.  
  112.    @media screen and (max-width: 1200px) {
  113.        .container {
  114.            height: 100vh;
  115.            padding: 0 40px;
  116.        }
  117.  
  118.        .error-text-wrapper {
  119.            margin: auto;
  120.        }
  121.  
  122.        .template-icons {
  123.            width: 585px;
  124.        }
  125.    }
  126. </style>
  127. <script>
  128.    <!--This event is triggering the load application users in preview toolbar-->
  129.    document.addEventListener("DOMContentLoaded", function() {
  130.        window.parent.postMessage({ name: 'previewIframeLoaded' }, '*');
  131.    });
  132. </script>
  133. <section id="block-cant-find-app">
  134.  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  135.  
  136.  <div class="container">
  137.    <div class="error-text-wrapper">
  138.      <div class="company-title"></div>
  139.      <div class="error-title">
  140.        Can't find the application
  141.      </div>
  142.      <div class="error-text">
  143.        The application you were looking for was built on Softr, <br>
  144.        the easiest way to build applications without code.
  145.      </div>
  146.      <div class="error-text error-text-small-container">
  147.        Explore some templates you can use to create <br>
  148.        your next application.
  149.      </div>
  150.      <button class="home-button" onclick="location.href = 'https://softr.io'">Get started with Softr</button>
  151.    </div>
  152.    <div class="template-icons"></div>
  153.  </div>
  154.  
  155. </section>
  156.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda