Outiref

Code source de l'URL : http://krealab.rf.gd/

<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>iFastNet Web Hosting</title>
  <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet" />
  <style>
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'Roboto', sans-serif;
    }

    body {
      background: linear-gradient(to bottom right, #1a73e8, #e8f0fe);
      color: #333;
      line-height: 1.6;
      padding: 2rem;
      cursor: pointer;
    }

    .container {
      max-width: 1100px;
      margin: auto;
      text-align: center;
      background: white;
      padding: 2rem;
      border-radius: 16px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    header {
      margin-bottom: 2rem;
      position: relative;
    }

    .header-img {
      display: inline-block;
      width: 25%;
      max-width: 120px;
      vertical-align: middle;
    }

    .header-img img {
      width: 100%;
      height: auto;
    }

    header h1 {
      font-size: 3rem;
      color: #ff8c21;
      text-align: center;
    }

    header p {
      font-size: 1.2rem;
      color: #444;
      text-align: center;
    }

    .features {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 1.5rem;
      margin-top: 2rem;
    }

    .feature {
      background: #f1f7ff;
      padding: 2rem;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, background 0.3s ease;
    }

    .feature:hover {
      transform: translateY(-5px);
      background: #dceeff;
    }

    .feature img {
      width: 64px;
      margin-bottom: 1rem;
    }

    .feature h3 {
      font-size: 1.1rem;
      color: #1a1a1a;
    }

    .extras {
      margin-top: 3rem;
    }

    .extras img {
      max-width: 100%;
      border-radius: 12px;
      margin-top: 1rem;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    footer {
      margin-top: 3rem;
      font-size: 0.95rem;
      color: #555;
    }

    @media (max-width: 600px) {
      header {
        display: block;
        text-align: center;
      }

      .header-img {
        display: block;
        margin: 0 auto 1rem;
        width: 50%;
        max-width: 120px;
      }

      header h1 {
        font-size: 2rem;
      }

      .feature {
        padding: 1.5rem;
      }

      .feature img {
        width: 48px;
      }
    }
  </style>
</head>

<body onclick="window.location.href='https://ifastnet.com/portal/sharedhosting.php'">
  <div class="container">
    <header>
      <div class="header-img">
        <img src="https://suspended-domain.net/a/ifast-large-dragon.png" alt="Dragon Logo">
      </div>
      <h1>iFastNet Web Hosting</h1>
      <p>Fast, Unlimited, and Fully Supported Hosting Solutions</p>
      <p><b><font color="#00008B">Web hosting with a free domain from only $29.99 per year!</font></b></p>
    </header>

    <div class="features">
      <div class="feature">
        <img src="/a/hdd.png" alt="Disk Space" />
        <h3>Unlimited Disk Space</h3>
      </div>
      <div class="feature">
        <img src="/a/network.png" alt="Bandwidth" />
        <h3>Unlimited Bandwidth</h3>
      </div>
      <div class="feature">
        <img src="/a/settings.png" alt="cPanel" />
        <h3>Modern cPanel</h3>
      </div>
      <div class="feature">
        <img src="/a/withdrawal-limit.png" alt="No Limits" />
        <h3>No Daily Hit Limit</h3>
      </div>
      <div class="feature">
        <img src="/a/task.png" alt="Process Limit" />
        <h3>No Daily Process Limit</h3>
      </div>
      <div class="feature">
        <img src="/a/new-post.png" alt="Email" />
        <h3>Multiple Email Accounts</h3>
      </div>
      <div class="feature">
        <img src="/a/lock--v1.png" alt="SSL" />
        <h3>Free and Simple SSL</h3>
      </div>
      <div class="feature">
        <img src="/a/php-logo.png" alt="PHP" />
        <h3>Multiple Versions of PHP</h3>
      </div>
      <div class="feature">
        <img src="/a/nosw.png" alt="Node.js" />
        <h3>Node.js Support</h3>
      </div>
      <div class="feature">
        <img src="/a/python.png" alt="Python" />
        <h3>Python App Support</h3>
      </div>
      <div class="feature">
        <img src="/a/domain.png" alt="Domain" />
        <h3>Free Domain Name</h3>
      </div>
      <div class="feature">
        <img src="/a/refresh.png" alt="Transfer" />
        <h3>Free Transfer from Existing Hosting</h3>
      </div>
    </div>

    <div class="extras"></div>

    <footer>
      <p>Click anywhere to get started with premium hosting from iFastNet!</p>
    </footer>
  </div>

  <!-- Statcounter -->
  <script type="text/javascript">
    var sc_project = 6981613;
    var sc_invisible = 1;
    var sc_security = "c20c0410";
  </script>
  <script type="text/javascript" src="https://www.statcounter.com/counter/counter.js" async></script>
  <noscript>
    <div class="statcounter">
      <a title="Web Analytics" href="https://statcounter.com/" target="_blank">
        <img class="statcounter" src="https://c.statcounter.com/6981613/0/c20c0410/1/" alt="Web Analytics"
          referrerpolicy="no-referrer-when-downgrade">
      </a>
    </div>
  </noscript>
  <!-- End of Statcounter -->

  <!-- Auto redirect -->
</body>

</html>