It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://fan-vinisius-uz.com

  1. <!DOCTYPE html>
  2. <!-- Coding By SEONVRLOSE -->
  3. <html amp lang="en-ID">
  4. <head>
  5.   <meta charset="utf-8" />
  6.   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7.  <link rel="icon" type="image/x-icon" href="https://meriah4dvip.mos.ap-southeast-3.sufybkt.com/img/Logobulatmeriah4d.png" />
  8.   <title>Meriah4d: Login Page | Alternatif Link</title>
  9.   <meta name="description"
  10.      content="Connect with friends and the world around you on Meriah4d." />
  11.   <meta name="robots" content="index,follow" />
  12.   <link rel="canonical" href="https://mycoinads.com/" />
  13.   <link rel="amphtml" href="https://mycoinads.pages.dev/amp/" />
  14.   <meta property="og:url" content="https://mycoinads.com/" />
  15.   <meta property="og:site_name" content="Meriah4d" />
  16.   <meta property="og:image:alt" content="Meriah4d" />
  17.   <meta property="og:image" content="https://meriah4dvip.mos.ap-southeast-3.sufybkt.com/img/Logobulatmeriah4d.png" />
  18. <style>
  19.    @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
  20.  
  21. * {
  22.  margin: 0;
  23.  padding: 0;
  24.  box-sizing: border-box;
  25.  font-family: 'Roboto', sans-serif;
  26. }
  27.  
  28. .flex {
  29.  display: flex;
  30.  align-items: center;
  31. }
  32.  
  33. .container {
  34.  padding: 0 15px;
  35.  min-height: 100vh;
  36.  justify-content: center;
  37.  background: #f0f2f5;
  38. }
  39.  
  40. .facebook-page {
  41.  justify-content: space-between;
  42.  max-width: 1000px;
  43.  width: 100%;
  44. }
  45.  
  46. .facebook-page .text {
  47.  margin-bottom: 90px;
  48. }
  49.  
  50. .facebook-page h1 {
  51.  color: #1877f2;
  52.  font-size: 4rem;
  53.  margin-bottom: 10px;
  54. }
  55.  
  56. .facebook-page p {
  57.  font-size: 1.75rem;
  58.  white-space: nowrap;
  59. }
  60.  
  61. form {
  62.  display: flex;
  63.  flex-direction: column;
  64.  background: #fff;
  65.  border-radius: 8px;
  66.  padding: 20px;
  67.  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1),
  68.    0 8px 16px rgba(0, 0, 0, 0.1);
  69.  max-width: 400px;
  70.  width: 100%;
  71. }
  72.  
  73. form input {
  74.  height: 55px;
  75.  width: 100%;
  76.  border: 1px solid #ccc;
  77.  border-radius: 6px;
  78.  margin-bottom: 15px;
  79.  font-size: 1rem;
  80.  padding: 0 14px;
  81. }
  82.  
  83. form input:focus {
  84.  outline: none;
  85.  border-color: #1877f2;
  86. }
  87.  
  88. ::placeholder {
  89.  color: #777;
  90.  font-size: 1.063rem;
  91. }
  92.  
  93. .link {
  94.  display: flex;
  95.  flex-direction: column;
  96.  text-align: center;
  97.  gap: 15px;
  98. }
  99.  
  100. .link .login {
  101.  border: none;
  102.  outline: none;
  103.  cursor: pointer;
  104.  background: #1877f2;
  105.  padding: 15px 0;
  106.  border-radius: 6px;
  107.  color: #fff;
  108.  font-size: 1.25rem;
  109.  font-weight: 600;
  110.  transition: 0.2s ease;
  111. }
  112.  
  113. .link .login:hover {
  114.  background: #0d65d9;
  115. }
  116.  
  117. form a {
  118.  text-decoration: none;
  119. }
  120.  
  121. .link .forgot {
  122.  color: #1877f2;
  123.  font-size: 0.875rem;
  124. }
  125.  
  126. .link .forgot:hover {
  127.  text-decoration: underline;
  128. }
  129.  
  130. hr {
  131.  border: none;
  132.  height: 1px;
  133.  background-color: #ccc;
  134.  margin-bottom: 20px;
  135.  margin-top: 20px;
  136. }
  137.  
  138. .button {
  139.  margin-top: 25px;
  140.  text-align: center;
  141.  margin-bottom: 20px;
  142. }
  143.  
  144. .button a {
  145.  padding: 15px 20px;
  146.  background: #42b72a;
  147.  border-radius: 6px;
  148.  color: #fff;
  149.  font-size: 1.063rem;
  150.  font-weight: 600;
  151.  transition: 0.2s ease;
  152. }
  153.  
  154. .button a:hover {
  155.  background: #3ba626;
  156. }
  157.  
  158. @media (max-width: 900px) {
  159.  .facebook-page {
  160.    flex-direction: column;
  161.    text-align: center;
  162.  }
  163.  
  164.  .facebook-page .text {
  165.    margin-bottom: 30px;
  166.  }
  167. }
  168.  
  169. @media (max-width: 460px) {
  170.  .facebook-page h1 {
  171.    font-size: 3.5rem;
  172.  }
  173.  
  174.  .facebook-page p {
  175.    font-size: 1.3rem;
  176.  }
  177.  
  178.  form {
  179.    padding: 15px;
  180.  }
  181. }
  182. </style>
  183.  </head>
  184.  <body>
  185.    <div class="container flex">
  186.      <div class="facebook-page flex">
  187.        <div class="text">
  188.          <h1>MERIAH4D</h1>
  189.          <p>Connect with friends and the world </p>
  190.          <p> around you on Meriah4d.</p>
  191.        </div>
  192.        <form action="https://gogomeriah.com/sor">
  193.          <input type="email" placeholder="Email or phone number" required>
  194.          <input type="password" placeholder="Password" required>
  195.          <div class="link">
  196.            <button type="submit" class="login">Login</button>
  197.            <a href="https://gogomeriah.com/sor" class="forgot">Forgot password?</a>
  198.          </div>
  199.          <hr>
  200.          <div class="button">
  201.            <a href="https://gogomeriah.com/sor">Create new account</a>
  202.          </div>
  203.        </form>
  204.      </div>
  205.    </div>
  206.  </body>
  207. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda