https://www.cashfree.com/checkout/post/submit

送信済みURL:
https://www.cashfree.com/checkout/post/submit
レポート終了日:

リンク · 2件検出

リンクテキスト
https://cashfree.com/?utm_source=404&utm_medium=404page&utm_campaign=Website Go to Homepage
https://cashfree.com/help/hc/?utm_source=404&utm_medium=404page&utm_campaign=Website Get Support

JavaScript変数 · 3件検出

名前規模
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

コンソールログメッセージ · 1件検出

規模分類ログ
errornetwork
URL
https://www.cashfree.com/checkout/post/submit
テキスト
Failed to load resource: the server responded with a status of 404 (Not Found)

HTML

<!DOCTYPE html><html lang="en"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>
      Cashfree - AutoCollect, Reconcile inward NEFT and IMPS transfers
      automatically
    </title>
    <style>
      *,
      *::before,
      *::after {
        box-sizing: border-box;
        -webkit-overflow-scrolling: touch;
        outline: none;
      }

      html,
      body {
        margin: 0;
        padding: 0;
        font-family: sans-serif;
      }

      body {
        font-family: Arial, sans-serif;
        /* Replace $fontBody */
        font-size: 15px;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        color: #000;
        /* Replace $black */
        line-height: 1.6;
        letter-spacing: 0.2px;
      }

      @media (max-width: 767px) {
        body {
          font-size: 16px;
        }
      }

      body.overflow {
        overflow: hidden;
      }

      a {
        transition: all 0.2s;
      }

      a,
      a:hover,
      a:active,
      a:focus {
        text-decoration: none;
      }

      button {
        font-weight: 500;
        font-size: 16px;
        color: #000;
        /* Replace $black */
      }

      main {
        max-width: 100vw;
      }

      h1,
      h2,
      h3,
      h4,
      h5 {
        margin: 0;
        font-family: "Termina Demi", Arial, sans-serif;
        /* Replace 'Termina Demi' if unavailable */
        font-weight: 600;
      }

      p {
        margin: 0;
        line-height: 1.6;
      }

      h1 {
        font-size: 38px;
        line-height: 1.36;
        font-weight: 600;
      }

      @media (max-width: 767px) {
        h1 {
          font-size: 24px;
          line-height: 1.375;
        }
      }

      h2 {
        font-size: 28px;
        line-height: 1.4;
        font-weight: 600;
      }

      @media (max-width: 767px) {
        h2 {
          font-size: 24px;
        }
      }

      img,
      video {
        max-width: 100%;
        vertical-align: middle;
      }

      .container {
        max-width: 1260px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
      }

      @media (max-width: 1300px) {
        .container {
          padding: 0 5%;
          max-width: 100%;
        }

        .container.no-padding {
          padding: 0;
        }
      }

      .bold {
        font-weight: 600;
      }

      .center {
        text-align: center;
      }

      .uppercase {
        text-transform: uppercase;
      }

      .position-relative {
        position: relative;
      }

      .white {
        color: #fff;
      }

      .green {
        color: #00ff00;
        /* Replace $green with actual green color code */
      }

      .button-green:hover,
      .button-outline:hover,
      .button-purple:hover {
        color: #fff !important;
      }

      .button-outline-dark:hover {
        color: #240253 !important;
      }

      .link-anchor {
        color: #6933d3;
      }

      .link-anchor:hover {
        color: #6933d3 !important;
      }

      .link {
        color: #6933d3;
        /* Replace $purple */
        font-weight: 600;
      }

      .link .arrow {
        display: inline-block;
        transition: inherit;
        background-image: url("https://cashfreelogo.cashfree.com/website/landings/home/arrow-right-purple.svg");
        width: 16px;
        height: 11px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 4px;
        margin-bottom: -1px;
        transition: 0.3s all;
        transform: translateX(0);
      }

      .link:hover .arrow {
        transform: translateX(10px);
      }

      .button {
        display: inline-block;
        text-align: center;
        min-width: 150px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.6;
        color: #fff;
        text-decoration: none;
        background-color: #007bff;
        /* Replace $blue */
        border: 1px solid #007bff;
        border-radius: 2px;
        padding: 8px 30px;
        cursor: pointer;
      }

      .button.wide {
        padding: 12.2px 24px;
      }

      .button.panel {
        padding-left: 24.5px;
        padding-right: 24.5px;
      }

      .button.cta {
        padding: 9px 46.5px 10px 38px;
        font-size: 14px;
        line-height: 21px;
      }

      .button.lg-cta {
        padding: 9px 46.5px 10px 38px;
        font-size: 14px;
        line-height: 21px;
      }

      .button.green {
        background-color: #00ff00;
        /* Replace $green */
        border: 1px solid #00ff00;
      }

      .button.purple {
        background-color: #6933d3;
        /* Replace $purple */
        border: 1px solid #6933d3;
      }

      .button.light {
        background-color: #fff;
        border: 1px solid #fff;
        color: #000;
        /* Replace $black */
      }

      .button.outline {
        background-color: transparent;
        border: 1px solid #fff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        /* Replace $shadowRest */
      }

      .button.outline-dark {
        background-color: transparent;
        border: 1px solid #ccc;
        /* Replace $border */
        color: #000;
        /* Replace $black */
      }

      .button:hover {
        filter: brightness(1.1);
      }

      .row {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        margin-left: -15px;
        margin-right: -15px;
      }

      .row.row-no-margin {
        margin-left: 0;
        margin-right: 0;
      }

      .column {
        flex: 1;
        padding-left: 15px;
        padding-right: 15px;
      }

      /* Media queries */
      @media (max-width: 767px) {
        .column {
          width: 100%;
        }
      }

      .col-2 {
        width: 16.7%;
      }

      .col-3 {
        width: 25%;
      }

      .col-4 {
        width: 33.33%;
      }

      .col-6 {
        width: 50%;
      }

      .col-12 {
        width: 100%;
      }

      .hidden {
        display: none;
      }

      /* More utility classes */
      .align-center {
        align-items: center;
      }

      .justify-center {
        justify-content: center;
      }

      .text-center {
        text-align: center;
      }

      .uppercase {
        text-transform: uppercase;
      }

      .bold {
        font-weight: bold;
      }

      .no-padding {
        padding: 0;
      }

      /* Button-specific styles */
      .button-outline:hover {
        background-color: rgba(255, 255, 255, 0.1);
      }

      .button-outline-dark:hover {
        background-color: rgba(0, 0, 0, 0.1);
      }

      /* Image and video styling */
      img,
      video {
        max-width: 100%;
        height: auto;
      }

      /* Accordion styles */
      .accordion {
        background: #fff;
        border-radius: 4px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      }

      /* Heading specific styles */
      h1,
      h2,
      h3 {
        margin: 0;
        font-weight: 600;
        color: #240253;
        /* Replace $purple */
      }

      p {
        margin: 0;
      }

      /* Add any additional utility classes from your SCSS */

      .section-404 {
        background-image: url(https://cashfreelogo.cashfree.com/website/landings/assets/Desktop-illustration.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 150px;
        background-attachment: fixed;
        height: 100vh;

        h1 {
          font-size: 28px;
          font-weight: 600;
          line-height: 40px;
          margin-bottom: 50px;
          color: #240253;
        }

        .redirect-404-links {
          display: flex;
          justify-content: flex-end;
          margin-top: 50px;

          .small-lists-title {
            color: #240253;
            margin-bottom: 15px;
            font-size: 16px;
            font-family: "Roboto", sans-serif;
          }

          a {
            font-weight: normal;
            color: #240253;

            &:hover {
              color: #6933d3;
              text-decoration: unset;

              li {
                &::after {
                  width: 15px;
                  height: 12px;
                  background: url(https://cashfreelogo.cashfree.com/website/landings/assets/Purple%20Arrow.png)
                    no-repeat;
                  top: 10px;
                  right: 24px;
                  position: absolute;
                  display: inline-block;
                  background-position: 100% 100%;
                  background-size: contain;
                }
              }
            }

            li {
              border-bottom: 1px solid grey;
              line-height: 35px;
              width: 250px;
              font-size: 15px;
              position: relative;
              padding-left: 10px;

              &::after {
                content: "";
                width: 15px;
                height: 12px;
                background: url(https://cashfreelogo.cashfree.com/website/landings/assets/Dark%20Arrow.png)
                  no-repeat;
                top: 10px;
                right: 24px;
                position: absolute;
                display: inline-block;
                background-position: 100% 100%;
                background-size: contain;
              }
            }
          }
        }

        .purple-border-btn {
          background-color: #fff;
          border: 1px solid #6933d3;
          color: #6933d3;
          padding: 9px 22px;
          display: inline-block;

          &:hover {
            img {
              -webkit-transform: translateX(3px);
              transform: translateX(3px);
            }
          }

          img {
            height: 12px;
            margin-left: 5px;
            transition: all 0.3s;
            display: inline;
            margin-bottom: 2px;
          }
        }

        @media (max-width: 768px) {
          background-image: url("https://cashfreelogo.cashfree.com/website/landings/assets/Mobile_illustration.png");
          background-size: contain;
          background-position: 10px;
          padding-top: 75px;

          .redirect-404-links {
            justify-content: flex-start;
          }
        }
      }

      .section-404 .redirect-404-links a {
        color: #240253;
        font-weight: 400;
      }

      .button {
        background-color: #0a144a;
        border: 1px solid #0a144a;
        border-radius: 2px;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.6;
        min-width: 150px;
        padding: 8px 30px 8px 23.98px;
        text-align: center;
        text-decoration: none;
      }

      .button-green {
        background-color: #05c16e;
        border: 1px solid #05c16e;
      }

      .padding-container {
        padding-top: 100px;
      }

      .mr-16px {
        margin-right: 16px;
      }

      .font-bold {
        font-weight: 700;
      }
    </style>
  </head>

  <body>
    <section class="section-404">
      <div class="container">
        <div class="padding-container">
          <h1>
            Looks like we routed you the wrong way.
            <br>
            Let us guide you back.
          </h1>
          <a class="button button-green" href="https://cashfree.com/?utm_source=404&amp;utm_medium=404page&amp;utm_campaign=Website">
            Go to Homepage
          </a>
          <a class="button purple-border-btn" href="https://cashfree.com/help/hc/?utm_source=404&amp;utm_medium=404page&amp;utm_campaign=Website">
            Get Support
            <img src="https://cashfreelogo.cashfree.com/website/landings/assets/Purple%20Arrow.png" alt="" width="8" height="12">
          </a>
        </div>
        <nav class="redirect-404-links">
          <ul>
            <p class="font-bold">Are you looking to:</p>
            <a href="https://www.cashfree.com/payment-gateway-india/?utm_source=404&amp;utm_medium=404page&amp;utm_campaign=Website">
              <li>Accept Payments</li>
            </a>
            <a href="https://www.cashfree.com/payouts/?utm_source=404&amp;utm_medium=404page&amp;utm_campaign=Website">
              <li>Disburse Payouts</li>
            </a>
            <a href="https://www.cashfree.com/bank-account-verification/?utm_source=404&amp;utm_medium=404page&amp;utm_campaign=Website">
              <li>Verify Identity</li>
            </a>
            <a href="https://www.cashfree.com/banking-as-a-service/?utm_source=404&amp;utm_medium=404page&amp;utm_campaign=Website">
              <li>Create Customer Accounts</li>
            </a>
            <a href="https://www.cashfree.com/working-capital-loan/?utm_source=404&amp;utm_medium=404page&amp;utm_campaign=Website">
              <li>Avail Working Capital loans</li>
            </a>
            <a href="https://www.cashfree.com/contact-sales/?utm_source=404&amp;utm_medium=404page&amp;utm_campaign=Website">
              <li>Contact Sales</li>
            </a>
          </ul>
        </nav>
      </div>
    </section>
  

</body></html>