Domain ultimatecreation.in
United States
AMAZON-02
Software information

Netlify

tcp/443 tcp/80

nginx nginx

tcp/80

  • Git configuration and history exposed
    First seen 2025-10-19 14:06
    Last seen 2025-12-30 09:08
    Open for 71 days
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044baa2727ab8135b5bbc521bbbdf0358d7

      [core]
      	repositoryformatversion = 0
      	filemode = false
      	bare = false
      	logallrefupdates = true
      	symlinks = false
      	ignorecase = true
      [remote "origin"]
      	url = https://github.com/SB1996-cyber/Ultimate_Creation_Lite.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "main"]
      	remote = origin
      	merge = refs/heads/main
      
      Found on 2025-12-30 09:08
      317 Bytes
  • Open service 75.2.60.5:443 · ultimatecreation.in

    2026-01-09 10:27

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 3
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 18755
    Content-Type: text/html; charset=UTF-8
    Date: Fri, 09 Jan 2026 10:27:27 GMT
    Etag: "5711efb76f8e43c972c6f865261f9484-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KEH4QYTX7KK8PK67T1FMAQDP
    Connection: close
    
    Page title: Ultimate Creation
    
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1">
      <title>Ultimate Creation</title>
      <link rel="stylesheet" href="style.css">
      <style>
        /* styles.css */
        :root {
      --primary-color: #fbb03b;   /* Dark gray from logo */
      --accent-color: #60c0e2;    /* Red from logo */
      --light-bg: linear-gradient(135deg, #2a2a2a, #60c0e2); /* gradient background */
      --font-sans: 'Helvetica Neue', Arial, sans-serif;
    }
    
    
        body {
      margin: 0;
      font-family: var(--font-sans);
      color: var(--primary-color);
      line-height: 1.6;
      background: var(--light-bg); /* Gradient background */
      background-attachment: fixed; /* optional: keeps gradient fixed on scroll */
    }
    
    
        .container {
          width: 90%;
          max-width: 1200px;
          margin: 0 auto;
        }
    
        /* Header */
        .site-header {
          background: var(--light-bg);
          padding: 1rem 0;
          position: fixed;
          width: 100%;
          top: 0;
          z-index: 1000;
          box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
    
        .site-header .logo a {
          font-size: 1.5rem;
          font-weight: bold;
          color: var(--primary-color);
          text-decoration: none;
        }
    
        .site-nav {
          display: flex;
          align-items: center;
          justify-content: space-between;
        }
    
        .site-nav ul {
          list-style: none;
          display: flex;
          gap: 1.5rem;
          padding-left: 0;
        }
    
        .site-nav a {
          color: var(--primary-color);
          text-decoration: none;
          font-weight: 500;
        }
    
        .site-nav a:hover {
          color: var(--accent-color);
        }
    
        /* Mobile Nav */
        .menu-toggle {
          display: none;
          flex-direction: column;
          cursor: pointer;
        }
    
        .menu-toggle span {
          background: var(--primary-color);
          height: 3px;
          width: 25px;
          margin: 4px 0;
        }
    .hero-slider {
      position: relative;
      height: 100%;
      width: 100%;
      overflow: hidden;
    }
    
    .hero-slide {
      position: absolute;
      top: 50%;
      left: 100%;
      width: 100%;
      transform: translateY(-50%);
      opacity: 0;
      transition: left 0.8s ease, opacity 0.8s ease;
      color: white;
      text-align: center;
      z-index: 1;
    }
    
    .hero-slide.active {
      left: 0;
      opacity: 1;
      position: relative;
      transform: translateY(0);
      z-index: 2;
    }
    
    .hero-slide h1 {
      font-size: 2.5rem;
      margin-bottom: 1rem;
    }
    
    .hero-slide p {
      font-size: 1.1rem;
      margin-bottom: 2rem;
    }
    
        @media (max-width: 768px) {
          .site-nav ul {
            flex-direction: column;
            background: var(--light-bg);
            position: absolute;
            top: 70px;
            right: 0;
            width: 200px;
            display: none;
            padding: 1rem;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
          }
    
          .site-nav ul.active {
            display: flex;
          }
    
          .menu-toggle {
            display: flex;
          }
        }
    
        /* Hero */
        .hero-slide-img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      z-index: 0;
      opacity: 0.6;
      transition: opacity 0.8s ease;
    }
    .hero-slide {
      position: absolute;
      top: 0;
      left: 100%;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: left 0.8s ease, opacity 0.8s ease;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      z-index: 1;
    }
    .hero-slide.active .hero-slide-img {
      opacity: 0.6; /* Keep slightly visible when active */
    }
    .hero-slide.active {
      left: 0;
      opacity: 1;
      z-index: 2;
    }
    .hero-slide h1,
    .hero-slide p,
    .hero-slide .btn-primary {
      position: relative;
      z-index: 1; /* Keep text above the image */
    }
    .hero {
      position: relative;
      height: 70vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      overflow: hidden;
      color: white;
    }
    .hero-slide h1 {
      font-size: 3rem;
      font-weight: 700;
      margin-bottom: 1rem;
      z-index: 2;
    }
    .he
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 75.2.60.5:443 · ultimatecreation.in

    2025-12-30 09:08

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 0
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 18755
    Content-Type: text/html; charset=UTF-8
    Date: Tue, 30 Dec 2025 09:08:28 GMT
    Etag: "5eb8487c5784f5ffab0d2bca5ab9c3ac-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KDQ885CZHBF4BPVPV5KC0AT7
    Connection: close
    
    Page title: Ultimate Creation
    
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1">
      <title>Ultimate Creation</title>
      <link rel="stylesheet" href="style.css">
      <style>
        /* styles.css */
        :root {
      --primary-color: #fbb03b;   /* Dark gray from logo */
      --accent-color: #60c0e2;    /* Red from logo */
      --light-bg: linear-gradient(135deg, #2a2a2a, #60c0e2); /* gradient background */
      --font-sans: 'Helvetica Neue', Arial, sans-serif;
    }
    
    
        body {
      margin: 0;
      font-family: var(--font-sans);
      color: var(--primary-color);
      line-height: 1.6;
      background: var(--light-bg); /* Gradient background */
      background-attachment: fixed; /* optional: keeps gradient fixed on scroll */
    }
    
    
        .container {
          width: 90%;
          max-width: 1200px;
          margin: 0 auto;
        }
    
        /* Header */
        .site-header {
          background: var(--light-bg);
          padding: 1rem 0;
          position: fixed;
          width: 100%;
          top: 0;
          z-index: 1000;
          box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
    
        .site-header .logo a {
          font-size: 1.5rem;
          font-weight: bold;
          color: var(--primary-color);
          text-decoration: none;
        }
    
        .site-nav {
          display: flex;
          align-items: center;
          justify-content: space-between;
        }
    
        .site-nav ul {
          list-style: none;
          display: flex;
          gap: 1.5rem;
          padding-left: 0;
        }
    
        .site-nav a {
          color: var(--primary-color);
          text-decoration: none;
          font-weight: 500;
        }
    
        .site-nav a:hover {
          color: var(--accent-color);
        }
    
        /* Mobile Nav */
        .menu-toggle {
          display: none;
          flex-direction: column;
          cursor: pointer;
        }
    
        .menu-toggle span {
          background: var(--primary-color);
          height: 3px;
          width: 25px;
          margin: 4px 0;
        }
    .hero-slider {
      position: relative;
      height: 100%;
      width: 100%;
      overflow: hidden;
    }
    
    .hero-slide {
      position: absolute;
      top: 50%;
      left: 100%;
      width: 100%;
      transform: translateY(-50%);
      opacity: 0;
      transition: left 0.8s ease, opacity 0.8s ease;
      color: white;
      text-align: center;
      z-index: 1;
    }
    
    .hero-slide.active {
      left: 0;
      opacity: 1;
      position: relative;
      transform: translateY(0);
      z-index: 2;
    }
    
    .hero-slide h1 {
      font-size: 2.5rem;
      margin-bottom: 1rem;
    }
    
    .hero-slide p {
      font-size: 1.1rem;
      margin-bottom: 2rem;
    }
    
        @media (max-width: 768px) {
          .site-nav ul {
            flex-direction: column;
            background: var(--light-bg);
            position: absolute;
            top: 70px;
            right: 0;
            width: 200px;
            display: none;
            padding: 1rem;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
          }
    
          .site-nav ul.active {
            display: flex;
          }
    
          .menu-toggle {
            display: flex;
          }
        }
    
        /* Hero */
        .hero-slide-img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      z-index: 0;
      opacity: 0.6;
      transition: opacity 0.8s ease;
    }
    .hero-slide {
      position: absolute;
      top: 0;
      left: 100%;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: left 0.8s ease, opacity 0.8s ease;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      z-index: 1;
    }
    .hero-slide.active .hero-slide-img {
      opacity: 0.6; /* Keep slightly visible when active */
    }
    .hero-slide.active {
      left: 0;
      opacity: 1;
      z-index: 2;
    }
    .hero-slide h1,
    .hero-slide p,
    .hero-slide .btn-primary {
      position: relative;
      z-index: 1; /* Keep text above the image */
    }
    .hero {
      position: relative;
      height: 70vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      overflow: hidden;
      color: white;
    }
    .hero-slide h1 {
      font-size: 3rem;
      font-weight: 700;
      margin-bottom: 1rem;
      z-index: 2;
    }
    .he
    Found 2025-12-30 by HttpPlugin
    Create report
  • Open service 75.2.60.5:443 · ultimatecreation.in

    2025-12-23 09:53

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 0
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 18755
    Content-Type: text/html; charset=UTF-8
    Date: Tue, 23 Dec 2025 09:53:19 GMT
    Etag: "5eb8487c5784f5ffab0d2bca5ab9c3ac-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KD5A18JAHRM32R5PRMEYY5J4
    Connection: close
    
    Page title: Ultimate Creation
    
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1">
      <title>Ultimate Creation</title>
      <link rel="stylesheet" href="style.css">
      <style>
        /* styles.css */
        :root {
      --primary-color: #fbb03b;   /* Dark gray from logo */
      --accent-color: #60c0e2;    /* Red from logo */
      --light-bg: linear-gradient(135deg, #2a2a2a, #60c0e2); /* gradient background */
      --font-sans: 'Helvetica Neue', Arial, sans-serif;
    }
    
    
        body {
      margin: 0;
      font-family: var(--font-sans);
      color: var(--primary-color);
      line-height: 1.6;
      background: var(--light-bg); /* Gradient background */
      background-attachment: fixed; /* optional: keeps gradient fixed on scroll */
    }
    
    
        .container {
          width: 90%;
          max-width: 1200px;
          margin: 0 auto;
        }
    
        /* Header */
        .site-header {
          background: var(--light-bg);
          padding: 1rem 0;
          position: fixed;
          width: 100%;
          top: 0;
          z-index: 1000;
          box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
    
        .site-header .logo a {
          font-size: 1.5rem;
          font-weight: bold;
          color: var(--primary-color);
          text-decoration: none;
        }
    
        .site-nav {
          display: flex;
          align-items: center;
          justify-content: space-between;
        }
    
        .site-nav ul {
          list-style: none;
          display: flex;
          gap: 1.5rem;
          padding-left: 0;
        }
    
        .site-nav a {
          color: var(--primary-color);
          text-decoration: none;
          font-weight: 500;
        }
    
        .site-nav a:hover {
          color: var(--accent-color);
        }
    
        /* Mobile Nav */
        .menu-toggle {
          display: none;
          flex-direction: column;
          cursor: pointer;
        }
    
        .menu-toggle span {
          background: var(--primary-color);
          height: 3px;
          width: 25px;
          margin: 4px 0;
        }
    .hero-slider {
      position: relative;
      height: 100%;
      width: 100%;
      overflow: hidden;
    }
    
    .hero-slide {
      position: absolute;
      top: 50%;
      left: 100%;
      width: 100%;
      transform: translateY(-50%);
      opacity: 0;
      transition: left 0.8s ease, opacity 0.8s ease;
      color: white;
      text-align: center;
      z-index: 1;
    }
    
    .hero-slide.active {
      left: 0;
      opacity: 1;
      position: relative;
      transform: translateY(0);
      z-index: 2;
    }
    
    .hero-slide h1 {
      font-size: 2.5rem;
      margin-bottom: 1rem;
    }
    
    .hero-slide p {
      font-size: 1.1rem;
      margin-bottom: 2rem;
    }
    
        @media (max-width: 768px) {
          .site-nav ul {
            flex-direction: column;
            background: var(--light-bg);
            position: absolute;
            top: 70px;
            right: 0;
            width: 200px;
            display: none;
            padding: 1rem;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
          }
    
          .site-nav ul.active {
            display: flex;
          }
    
          .menu-toggle {
            display: flex;
          }
        }
    
        /* Hero */
        .hero-slide-img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      z-index: 0;
      opacity: 0.6;
      transition: opacity 0.8s ease;
    }
    .hero-slide {
      position: absolute;
      top: 0;
      left: 100%;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: left 0.8s ease, opacity 0.8s ease;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      z-index: 1;
    }
    .hero-slide.active .hero-slide-img {
      opacity: 0.6; /* Keep slightly visible when active */
    }
    .hero-slide.active {
      left: 0;
      opacity: 1;
      z-index: 2;
    }
    .hero-slide h1,
    .hero-slide p,
    .hero-slide .btn-primary {
      position: relative;
      z-index: 1; /* Keep text above the image */
    }
    .hero {
      position: relative;
      height: 70vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      overflow: hidden;
      color: white;
    }
    .hero-slide h1 {
      font-size: 3rem;
      font-weight: 700;
      margin-bottom: 1rem;
      z-index: 2;
    }
    .he
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 75.2.60.5:443 · ultimatecreation.in

    2025-12-21 09:59

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 1
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 18755
    Content-Type: text/html; charset=UTF-8
    Date: Sun, 21 Dec 2025 09:59:17 GMT
    Etag: "5eb8487c5784f5ffab0d2bca5ab9c3ac-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KD05JQEE20FQMER48W5FB3RD
    Connection: close
    
    Page title: Ultimate Creation
    
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1">
      <title>Ultimate Creation</title>
      <link rel="stylesheet" href="style.css">
      <style>
        /* styles.css */
        :root {
      --primary-color: #fbb03b;   /* Dark gray from logo */
      --accent-color: #60c0e2;    /* Red from logo */
      --light-bg: linear-gradient(135deg, #2a2a2a, #60c0e2); /* gradient background */
      --font-sans: 'Helvetica Neue', Arial, sans-serif;
    }
    
    
        body {
      margin: 0;
      font-family: var(--font-sans);
      color: var(--primary-color);
      line-height: 1.6;
      background: var(--light-bg); /* Gradient background */
      background-attachment: fixed; /* optional: keeps gradient fixed on scroll */
    }
    
    
        .container {
          width: 90%;
          max-width: 1200px;
          margin: 0 auto;
        }
    
        /* Header */
        .site-header {
          background: var(--light-bg);
          padding: 1rem 0;
          position: fixed;
          width: 100%;
          top: 0;
          z-index: 1000;
          box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
    
        .site-header .logo a {
          font-size: 1.5rem;
          font-weight: bold;
          color: var(--primary-color);
          text-decoration: none;
        }
    
        .site-nav {
          display: flex;
          align-items: center;
          justify-content: space-between;
        }
    
        .site-nav ul {
          list-style: none;
          display: flex;
          gap: 1.5rem;
          padding-left: 0;
        }
    
        .site-nav a {
          color: var(--primary-color);
          text-decoration: none;
          font-weight: 500;
        }
    
        .site-nav a:hover {
          color: var(--accent-color);
        }
    
        /* Mobile Nav */
        .menu-toggle {
          display: none;
          flex-direction: column;
          cursor: pointer;
        }
    
        .menu-toggle span {
          background: var(--primary-color);
          height: 3px;
          width: 25px;
          margin: 4px 0;
        }
    .hero-slider {
      position: relative;
      height: 100%;
      width: 100%;
      overflow: hidden;
    }
    
    .hero-slide {
      position: absolute;
      top: 50%;
      left: 100%;
      width: 100%;
      transform: translateY(-50%);
      opacity: 0;
      transition: left 0.8s ease, opacity 0.8s ease;
      color: white;
      text-align: center;
      z-index: 1;
    }
    
    .hero-slide.active {
      left: 0;
      opacity: 1;
      position: relative;
      transform: translateY(0);
      z-index: 2;
    }
    
    .hero-slide h1 {
      font-size: 2.5rem;
      margin-bottom: 1rem;
    }
    
    .hero-slide p {
      font-size: 1.1rem;
      margin-bottom: 2rem;
    }
    
        @media (max-width: 768px) {
          .site-nav ul {
            flex-direction: column;
            background: var(--light-bg);
            position: absolute;
            top: 70px;
            right: 0;
            width: 200px;
            display: none;
            padding: 1rem;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
          }
    
          .site-nav ul.active {
            display: flex;
          }
    
          .menu-toggle {
            display: flex;
          }
        }
    
        /* Hero */
        .hero-slide-img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      z-index: 0;
      opacity: 0.6;
      transition: opacity 0.8s ease;
    }
    .hero-slide {
      position: absolute;
      top: 0;
      left: 100%;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: left 0.8s ease, opacity 0.8s ease;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      z-index: 1;
    }
    .hero-slide.active .hero-slide-img {
      opacity: 0.6; /* Keep slightly visible when active */
    }
    .hero-slide.active {
      left: 0;
      opacity: 1;
      z-index: 2;
    }
    .hero-slide h1,
    .hero-slide p,
    .hero-slide .btn-primary {
      position: relative;
      z-index: 1; /* Keep text above the image */
    }
    .hero {
      position: relative;
      height: 70vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      overflow: hidden;
      color: white;
    }
    .hero-slide h1 {
      font-size: 3rem;
      font-weight: 700;
      margin-bottom: 1rem;
      z-index: 2;
    }
    .he
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 99.83.190.102:80 · ultimatecreation.in

    2025-12-19 13:41

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Fri, 19 Dec 2025 13:41:24 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://ultimatecreation.in/
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 35.157.26.135:80 · www.ultimatecreation.in

    2025-12-19 13:41

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/plain; charset=utf-8
    Date: Fri, 19 Dec 2025 13:41:24 GMT
    Location: https://www.ultimatecreation.in/
    Server: Netlify
    X-Nf-Request-Id: 01KCVDG01EAK8H4YPD64A65MFG
    Content-Length: 47
    Connection: close
    
    
    Redirecting to https://www.ultimatecreation.in/
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 35.157.26.135:443 · www.ultimatecreation.in

    2025-12-19 13:41

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/plain; charset=utf-8
    Date: Fri, 19 Dec 2025 13:41:24 GMT
    Location: https://ultimatecreation.in/
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KCVDG0F81EERMYXPA4EPNGRA
    Content-Length: 43
    Connection: close
    
    
    Redirecting to https://ultimatecreation.in/
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2a05:d014:58f:6200::259:443 · www.ultimatecreation.in

    2025-12-19 13:41

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/plain; charset=utf-8
    Date: Fri, 19 Dec 2025 13:41:24 GMT
    Location: https://ultimatecreation.in/
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KCVDG031KC5TMX4K1AV031J9
    Content-Length: 43
    Connection: close
    
    
    Redirecting to https://ultimatecreation.in/
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2a05:d014:58f:6200::258:443 · www.ultimatecreation.in

    2025-12-19 13:41

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/plain; charset=utf-8
    Date: Fri, 19 Dec 2025 13:41:24 GMT
    Location: https://ultimatecreation.in/
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KCVDG04FZ11BQG0CGA7BKW7W
    Content-Length: 43
    Connection: close
    
    
    Redirecting to https://ultimatecreation.in/
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2a05:d014:58f:6200::259:80 · www.ultimatecreation.in

    2025-12-19 13:41

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/plain; charset=utf-8
    Date: Fri, 19 Dec 2025 13:41:24 GMT
    Location: https://www.ultimatecreation.in/
    Server: Netlify
    X-Nf-Request-Id: 01KCVDG097SNGPNA6DB31W21HB
    Content-Length: 47
    Connection: close
    
    
    Redirecting to https://www.ultimatecreation.in/
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 75.2.60.5:443 · ultimatecreation.in

    2025-12-19 13:41

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 1
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 18755
    Content-Type: text/html; charset=UTF-8
    Date: Fri, 19 Dec 2025 13:41:24 GMT
    Etag: "5eb8487c5784f5ffab0d2bca5ab9c3ac-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KCVDG02DW25E9PAB859GM32F
    Connection: close
    
    Page title: Ultimate Creation
    
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1">
      <title>Ultimate Creation</title>
      <link rel="stylesheet" href="style.css">
      <style>
        /* styles.css */
        :root {
      --primary-color: #fbb03b;   /* Dark gray from logo */
      --accent-color: #60c0e2;    /* Red from logo */
      --light-bg: linear-gradient(135deg, #2a2a2a, #60c0e2); /* gradient background */
      --font-sans: 'Helvetica Neue', Arial, sans-serif;
    }
    
    
        body {
      margin: 0;
      font-family: var(--font-sans);
      color: var(--primary-color);
      line-height: 1.6;
      background: var(--light-bg); /* Gradient background */
      background-attachment: fixed; /* optional: keeps gradient fixed on scroll */
    }
    
    
        .container {
          width: 90%;
          max-width: 1200px;
          margin: 0 auto;
        }
    
        /* Header */
        .site-header {
          background: var(--light-bg);
          padding: 1rem 0;
          position: fixed;
          width: 100%;
          top: 0;
          z-index: 1000;
          box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
    
        .site-header .logo a {
          font-size: 1.5rem;
          font-weight: bold;
          color: var(--primary-color);
          text-decoration: none;
        }
    
        .site-nav {
          display: flex;
          align-items: center;
          justify-content: space-between;
        }
    
        .site-nav ul {
          list-style: none;
          display: flex;
          gap: 1.5rem;
          padding-left: 0;
        }
    
        .site-nav a {
          color: var(--primary-color);
          text-decoration: none;
          font-weight: 500;
        }
    
        .site-nav a:hover {
          color: var(--accent-color);
        }
    
        /* Mobile Nav */
        .menu-toggle {
          display: none;
          flex-direction: column;
          cursor: pointer;
        }
    
        .menu-toggle span {
          background: var(--primary-color);
          height: 3px;
          width: 25px;
          margin: 4px 0;
        }
    .hero-slider {
      position: relative;
      height: 100%;
      width: 100%;
      overflow: hidden;
    }
    
    .hero-slide {
      position: absolute;
      top: 50%;
      left: 100%;
      width: 100%;
      transform: translateY(-50%);
      opacity: 0;
      transition: left 0.8s ease, opacity 0.8s ease;
      color: white;
      text-align: center;
      z-index: 1;
    }
    
    .hero-slide.active {
      left: 0;
      opacity: 1;
      position: relative;
      transform: translateY(0);
      z-index: 2;
    }
    
    .hero-slide h1 {
      font-size: 2.5rem;
      margin-bottom: 1rem;
    }
    
    .hero-slide p {
      font-size: 1.1rem;
      margin-bottom: 2rem;
    }
    
        @media (max-width: 768px) {
          .site-nav ul {
            flex-direction: column;
            background: var(--light-bg);
            position: absolute;
            top: 70px;
            right: 0;
            width: 200px;
            display: none;
            padding: 1rem;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
          }
    
          .site-nav ul.active {
            display: flex;
          }
    
          .menu-toggle {
            display: flex;
          }
        }
    
        /* Hero */
        .hero-slide-img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      z-index: 0;
      opacity: 0.6;
      transition: opacity 0.8s ease;
    }
    .hero-slide {
      position: absolute;
      top: 0;
      left: 100%;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: left 0.8s ease, opacity 0.8s ease;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      z-index: 1;
    }
    .hero-slide.active .hero-slide-img {
      opacity: 0.6; /* Keep slightly visible when active */
    }
    .hero-slide.active {
      left: 0;
      opacity: 1;
      z-index: 2;
    }
    .hero-slide h1,
    .hero-slide p,
    .hero-slide .btn-primary {
      position: relative;
      z-index: 1; /* Keep text above the image */
    }
    .hero {
      position: relative;
      height: 70vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      overflow: hidden;
      color: white;
    }
    .hero-slide h1 {
      font-size: 3rem;
      font-weight: 700;
      margin-bottom: 1rem;
      z-index: 2;
    }
    .he
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 75.2.60.5:80 · ultimatecreation.in

    2025-12-19 13:41

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/plain; charset=utf-8
    Date: Fri, 19 Dec 2025 13:41:23 GMT
    Location: https://ultimatecreation.in/
    Server: Netlify
    X-Nf-Request-Id: 01KCVDFZQCAXWZFCZKBNPXWZ9H
    Content-Length: 43
    Connection: close
    
    
    Redirecting to https://ultimatecreation.in/
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 63.176.8.218:80 · www.ultimatecreation.in

    2025-12-19 13:41

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/plain; charset=utf-8
    Date: Fri, 19 Dec 2025 13:41:24 GMT
    Location: https://www.ultimatecreation.in/
    Server: Netlify
    X-Nf-Request-Id: 01KCVDG053P43JCT627RXRYVS8
    Content-Length: 47
    Connection: close
    
    
    Redirecting to https://www.ultimatecreation.in/
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2a05:d014:58f:6200::258:80 · www.ultimatecreation.in

    2025-12-19 13:41

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/plain; charset=utf-8
    Date: Fri, 19 Dec 2025 13:41:24 GMT
    Location: https://www.ultimatecreation.in/
    Server: Netlify
    X-Nf-Request-Id: 01KCVDFZTENWW5SXSEJN1Q5XNY
    Content-Length: 47
    Connection: close
    
    
    Redirecting to https://www.ultimatecreation.in/
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 63.176.8.218:443 · www.ultimatecreation.in

    2025-12-19 13:41

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/plain; charset=utf-8
    Date: Fri, 19 Dec 2025 13:41:23 GMT
    Location: https://ultimatecreation.in/
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KCVDFZTH44T32BDE4F7JQDYF
    Content-Length: 43
    Connection: close
    
    
    Redirecting to https://ultimatecreation.in/
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 75.2.60.5:443 · ultimatecreation.in

    2025-12-19 09:22

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 4
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 18755
    Content-Type: text/html; charset=UTF-8
    Date: Fri, 19 Dec 2025 09:22:15 GMT
    Etag: "5eb8487c5784f5ffab0d2bca5ab9c3ac-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KCTYNFV9TZ3VF4J70C79AW42
    Connection: close
    
    Page title: Ultimate Creation
    
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1">
      <title>Ultimate Creation</title>
      <link rel="stylesheet" href="style.css">
      <style>
        /* styles.css */
        :root {
      --primary-color: #fbb03b;   /* Dark gray from logo */
      --accent-color: #60c0e2;    /* Red from logo */
      --light-bg: linear-gradient(135deg, #2a2a2a, #60c0e2); /* gradient background */
      --font-sans: 'Helvetica Neue', Arial, sans-serif;
    }
    
    
        body {
      margin: 0;
      font-family: var(--font-sans);
      color: var(--primary-color);
      line-height: 1.6;
      background: var(--light-bg); /* Gradient background */
      background-attachment: fixed; /* optional: keeps gradient fixed on scroll */
    }
    
    
        .container {
          width: 90%;
          max-width: 1200px;
          margin: 0 auto;
        }
    
        /* Header */
        .site-header {
          background: var(--light-bg);
          padding: 1rem 0;
          position: fixed;
          width: 100%;
          top: 0;
          z-index: 1000;
          box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
    
        .site-header .logo a {
          font-size: 1.5rem;
          font-weight: bold;
          color: var(--primary-color);
          text-decoration: none;
        }
    
        .site-nav {
          display: flex;
          align-items: center;
          justify-content: space-between;
        }
    
        .site-nav ul {
          list-style: none;
          display: flex;
          gap: 1.5rem;
          padding-left: 0;
        }
    
        .site-nav a {
          color: var(--primary-color);
          text-decoration: none;
          font-weight: 500;
        }
    
        .site-nav a:hover {
          color: var(--accent-color);
        }
    
        /* Mobile Nav */
        .menu-toggle {
          display: none;
          flex-direction: column;
          cursor: pointer;
        }
    
        .menu-toggle span {
          background: var(--primary-color);
          height: 3px;
          width: 25px;
          margin: 4px 0;
        }
    .hero-slider {
      position: relative;
      height: 100%;
      width: 100%;
      overflow: hidden;
    }
    
    .hero-slide {
      position: absolute;
      top: 50%;
      left: 100%;
      width: 100%;
      transform: translateY(-50%);
      opacity: 0;
      transition: left 0.8s ease, opacity 0.8s ease;
      color: white;
      text-align: center;
      z-index: 1;
    }
    
    .hero-slide.active {
      left: 0;
      opacity: 1;
      position: relative;
      transform: translateY(0);
      z-index: 2;
    }
    
    .hero-slide h1 {
      font-size: 2.5rem;
      margin-bottom: 1rem;
    }
    
    .hero-slide p {
      font-size: 1.1rem;
      margin-bottom: 2rem;
    }
    
        @media (max-width: 768px) {
          .site-nav ul {
            flex-direction: column;
            background: var(--light-bg);
            position: absolute;
            top: 70px;
            right: 0;
            width: 200px;
            display: none;
            padding: 1rem;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
          }
    
          .site-nav ul.active {
            display: flex;
          }
    
          .menu-toggle {
            display: flex;
          }
        }
    
        /* Hero */
        .hero-slide-img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      z-index: 0;
      opacity: 0.6;
      transition: opacity 0.8s ease;
    }
    .hero-slide {
      position: absolute;
      top: 0;
      left: 100%;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: left 0.8s ease, opacity 0.8s ease;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      z-index: 1;
    }
    .hero-slide.active .hero-slide-img {
      opacity: 0.6; /* Keep slightly visible when active */
    }
    .hero-slide.active {
      left: 0;
      opacity: 1;
      z-index: 2;
    }
    .hero-slide h1,
    .hero-slide p,
    .hero-slide .btn-primary {
      position: relative;
      z-index: 1; /* Keep text above the image */
    }
    .hero {
      position: relative;
      height: 70vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      overflow: hidden;
      color: white;
    }
    .hero-slide h1 {
      font-size: 3rem;
      font-weight: 700;
      margin-bottom: 1rem;
      z-index: 2;
    }
    .he
    Found 2025-12-19 by HttpPlugin
    Create report
*.netlify.appnetlify.app
CN:
*.netlify.app
Not before:
2025-01-31 00:00
Not after:
2026-03-03 23:59
ultimatecreation.inwww.ultimatecreation.in
CN:
ultimatecreation.in
Key:
ECDSA-256
Issuer:
E7
Not before:
2025-10-10 12:05
Not after:
2026-01-08 12:05