Outiref

Code source de l'URL : https://www.vinted.fr

<!doctype html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Time to upgrade your browser | Vinted</title>
  <style>
    * {
      box-sizing: border-box;
    }

    body {
      font-family: "Helvetica Neue","Helvetica-Neue","Arial",sans-serif;
      font-size: 16px;
      line-height: 1.6;
      background: #fff;
      color: #444;
    }

    a {
      text-decoration: none;
      font-weight: 400;
      color: inherit;
    }

    h1 {
      line-height: 32px;
      font-weight: 500;
      font-size: 24px;
    }

    h2 {
      line-height: 22px;
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 32px;
    }

    p {
      line-height: 22px;
      font-weight: 400;
    }

    .site-container {
      max-width: 480px;
      margin-right: auto;
      margin-left: auto;
      text-align: center;
      padding: 40px 0px;
    }

    .row {
      display: flex;
      justify-content: space-around;
      gap: 20px;
      margin-bottom: 0;
    }

    .image {
      width: 96px;
      height: 96px;
    }
  </style>
</head>
<body>
  <div class="site-container">
    <h1>Time to upgrade your browser!</h1>
    <p>The life of your browser has ended. If you wish to continue browsing, please upgrade your browser.</p>
    <h2>Choose your favorite:</h2>

    <section class="row">
      <div>
        <a href="https://www.google.com/chrome">
          <img class="image" src="https://static.vinted.com/assets/browser-logos/chrome.svg" alt="Google Chrome"/>
          <p>Google Chrome</p>
        </a>
      </div>

      <div>
        <a href="https://www.mozilla.org/en-US/firefox/new/">
          <img class="image" src="https://static.vinted.com/assets/browser-logos/firefox.svg" alt="Mozilla Firefox"/>
          <p>Mozilla Firefox</p>
        </a>
      </div>
      
      <div>
        <a href="https://www.microsoft.com/en-us/windows/microsoft-edge">
          <img class="image" src="https://static.vinted.com/assets/browser-logos/edge.svg" alt="Microsoft Edge"/>
          <p>Microsoft Edge</p>
        </a>
      </div>
    </section>
  </div>
<script>(function(){if (!document.body) return;var js = "window['__CF$cv$params']={r:'87db02739d8ef170',t:'MTcxNDY4NDM0Ny40ODAwMDA='};_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js',document.getElementsByTagName('head')[0].appendChild(_cpo);";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();</script></body>
</html>