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: https://cdcdentalclinic.nl

  1. <link href="https://fonts.googleapis.com/css?family=Libre+Franklin:300,400,600" rel="stylesheet">
  2.  
  3. <style>
  4.    .dead-end-wrapper {
  5.        max-width: 1170px;
  6.        margin: auto;
  7.        margin-top: 0px;
  8.        font-family: 'Libre Franklin', sans-serif;
  9.        text-align: center;
  10.    }
  11.  
  12.    .dead-end-title {
  13.        margin-bottom: 20px;
  14.    }
  15.  
  16.    .dead-end-title img {
  17.        max-width: 700px;
  18.    }
  19.  
  20.    .dead-end-number {
  21.        color: #10b19c;
  22.        display: inline-block;
  23.    }
  24.  
  25.    .dead-end-image {
  26.        display: inline-block;
  27.    }
  28.  
  29.    .dead-end-sub-title {
  30.        font-size: 18px;
  31.        color: #a6a6a6;
  32.        margin-bottom: 40px;
  33.        font-weight: 300;
  34.    }
  35.  
  36.    .dead-end-btn {
  37.        padding: 10px;
  38.        padding-left: 25px;
  39.        padding-right: 25px;
  40.        text-align: center;
  41.        font-size: 18px;
  42.        font-weight: 600;
  43.        color: #9C27B0;
  44.        border: 2px solid  #9C27B0;
  45.        cursor: pointer;
  46.        text-decoration: none;
  47.        display: inline-block;
  48.        border-radius: 3px;
  49.    }
  50.  
  51.    .dead-end-btn:hover {
  52.        opacity: 0.8;
  53.        background: #9C27B0;
  54.        color: #fff;
  55.    }
  56.  
  57. </style>
  58.  
  59. <div class="dead-end-wrapper">
  60.    <div class="scale-wrap">
  61.        <div class="dead-end-title">
  62.            <div class="dead-end-number">
  63.                4
  64.            </div>
  65.            <div class="dead-end-image" style="margin-left: -50px;">
  66.                <img src="/pageomatic/assets/images/phoenix-logo.png">
  67.            </div>
  68.            <div class="dead-end-number" style="margin-left: -90px;">
  69.                4
  70.            </div>
  71.        </div>
  72.    </div>
  73.    <div class="dead-end-sub-title">
  74.        It seems like the page you are looking for has lost it's meaning in existence.
  75.    </div>
  76.    <a href="/">
  77.        <div class="dead-end-btn">
  78.            Return to dashboard
  79.        </div>
  80.    </a>
  81. </div>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda