Domain onidevelopment.com
United States
AMAZON-02
Software information

AmazonS3 AmazonS3

tcp/443

CloudFront

tcp/443 tcp/80

  • Open service 65.8.131.115:80 · onidevelopment.com

    2026-01-02 12:35

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 02 Jan 2026 12:35:04 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://onidevelopment.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 7ca1f888e55cc20dcbd40691cd7e4e84.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P13
    X-Amz-Cf-Id: Vq9NNBixvCljjXVsRbrrR15alz6tQudzqfWgL4f-CiQ8T-R-5Kfq0A==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 65.8.131.77:80 · onidevelopment.com

    2026-01-02 12:35

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 02 Jan 2026 12:35:04 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://onidevelopment.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 d07394c1abd1aadfca4b7709ba1de6a8.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P13
    X-Amz-Cf-Id: kxub7ixZrjoSu9GsYbL66qk3uhwXXzCvoYRMAVLkfoVdH06TSSUGlg==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 2600:9000:208a:2000:5:7c7c:8cc0:93a1:80 · onidevelopment.com

    2026-01-02 12:35

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 02 Jan 2026 12:35:04 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://onidevelopment.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 1d665d877b0e9ec09e9ec07fe3b6c7b6.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P13
    X-Amz-Cf-Id: G6pmbauWmcmKqLx9ppDi-vzeEwIK8b-9oNG9wwcHkRTcrWETE4BjBA==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 2600:9000:208a:9e00:5:7c7c:8cc0:93a1:443 · onidevelopment.com

    2026-01-02 12:35

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 3256
    Connection: close
    Date: Fri, 02 Jan 2026 12:35:04 GMT
    Last-Modified: Mon, 26 Feb 2024 21:51:11 GMT
    ETag: "f333059380ec7b524887d81c05e11a31"
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 f126ea1ed848e1f1d4c478d1f814e2c2.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P13
    X-Amz-Cf-Id: qcvg_bx70To97Nu4eQFbv0LysguaRxDr64YPJoENewztLBcKKPF_ng==
    
    Page title: Oni Development | #ONIDEV
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <title>Oni Development | #ONIDEV</title>
      <link rel="icon" type="image/x-icon" href="media/images/favicon.ico">
    
      <style>
        #header { /* Not in use */
          max-width: 100px; /* Adjust the maximum width as needed */
          max-height: 100px; /* Adjust the maximum height as needed */
          float: none; /* Clear any previous float property */
          display: block; /* Make the image a block-level element */
          position: fixed; /* Position the image absolutely */
          top: 0; /* Position from the top */
          left: 0; /* Position from the left */
          transform: translate(40%, 40%);
        }
    
    
        @font-face {
          font-family: 'CustomFont';
          src: url('media/fonts/cloister-black.ttf') format('truetype');
        }
    
        body {
          background-color: #000000;
          text-align: center;
          color: #FFCC33;
          font-size: 28px;
          margin-top: 40vh;
          caret-color: transparent; /* Set the initial caret color to transparent */
          position: relative; /* Establish a positioning context*/
        }
    
        .unclickable {
          pointer-events: none;
          user-drag: none;
          -moz-user-select: none;
          -webkit-user-drag: none;
          -webkit-user-select: none;
          -ms-user-select: none;
        }
    
        #logo-text {
          position: absolute;
          font-family: 'CustomFont';
          letter-spacing: 1px; /* Adjust the value for the desired character spacing */
          word-spacing: 1px; /* Adjust the value for the desired character spacing */
          top: 44%;
          left: 50%;
          transform: translate(-50%, -50%);
          z-index: 1; /* Ensure the text is above the image */
          opacity: 1; /* Set the opacity value between 0 and 1 */
        }
    
        #logo {
          max-width: 240px; /* Adjust the maximum width as needed */
          max-height: 240px; /* Adjust the maximum height as needed */
          opacity: 0; /* Set the opacity value between 0 and 1 */
          float: none; /* Clear any previous float property */
          display: block; /* Make the image a block-level element */
          margin: 0 auto; /* Center the image horizontally */
    
          /* Animation properties */
          animation-name: fadeInOut;
          animation-duration: 4s; /* Time for one cycle */
          animation-timing-function: ease-in-out;
          animation-iteration-count: infinite; /* Looping */
          animation-play-state: : paused;
          animation-delay: 1.414s; /* Time delay before starting the first animation */
        }
    
        @keyframes fadeInOut {
          0%, 100% {
            opacity: 0.0; /* Start and end opacity */
          }
          50% {
            opacity: 0.25; /* Middle opacity */
          }
        }
    
      </style>
    </head>
    
    <body>
      <!-- <img id="header" src="media/images/od-type.png"> -->
      <p class="unclickable" id="logo-text">Just you wait.</p>
      <img class="unclickable" id="logo" src="media/images/od-mask.png">
    
      <script>
        const logo = document.getElementById('logo');
    
        logo.addEventListener('animationiteration', function() {
          /* Add a delay before starting the next animation */
          setTimeout(function() {
            logo.style.animationPlayState = 'paused';
            setTimeout(function() {
              logo.style.animationPlayState = 'running';
            }, 2000); // (2)
          }, 0);
        });
      </script>  
    </body>
    </html>
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 65.8.131.12:80 · onidevelopment.com

    2026-01-02 12:35

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 02 Jan 2026 12:35:04 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://onidevelopment.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 62adf6efa9de9ec639541ac293f53aa0.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P13
    X-Amz-Cf-Id: FH0PczkJg6wFqxAqc3ZvPehP1WYEfB-18F29QveHasKM93i69KzuZA==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 2600:9000:208a:bc00:5:7c7c:8cc0:93a1:80 · onidevelopment.com

    2026-01-02 12:35

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 02 Jan 2026 12:35:04 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://onidevelopment.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 60b9ab6b887af73f2f2a5d326bb59780.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P13
    X-Amz-Cf-Id: Kba7PLlwXykHIRX6lsiYvDzymqIIGfTIOkC0YDEEQA-spSXzbuSeZA==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 65.8.131.106:80 · onidevelopment.com

    2026-01-02 12:35

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 02 Jan 2026 12:35:03 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://onidevelopment.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 f126ea1ed848e1f1d4c478d1f814e2c2.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P13
    X-Amz-Cf-Id: P2w27xLWc97lknrMJ4LHRBMIvLfBmx4sPyHTn_W5mCECUc7n5-mAGQ==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 65.8.131.12:443 · onidevelopment.com

    2026-01-02 12:35

    HTTP/1.1 403 Forbidden
    Server: CloudFront
    Date: Fri, 02 Jan 2026 12:35:03 GMT
    Content-Type: text/html
    Content-Length: 919
    Connection: close
    X-Cache: Error from cloudfront
    Via: 1.1 62adf6efa9de9ec639541ac293f53aa0.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P13
    X-Amz-Cf-Id: LuJzTryBZXi0LALY-REPOIlwrqIz17R_g2oKV5_T2__c08s4kPtiNg==
    
    Page title: ERROR: The request could not be satisfied
    
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
    <TITLE>ERROR: The request could not be satisfied</TITLE>
    </HEAD><BODY>
    <H1>403 ERROR</H1>
    <H2>The request could not be satisfied.</H2>
    <HR noshade size="1px">
    Request blocked.
    We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner.
    <BR clear="all">
    If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation.
    <BR clear="all">
    <HR noshade size="1px">
    <PRE>
    Generated by cloudfront (CloudFront)
    Request ID: LuJzTryBZXi0LALY-REPOIlwrqIz17R_g2oKV5_T2__c08s4kPtiNg==
    </PRE>
    <ADDRESS>
    </ADDRESS>
    </BODY></HTML>
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 2600:9000:208a:7400:5:7c7c:8cc0:93a1:443 · onidevelopment.com

    2026-01-02 12:35

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 3256
    Connection: close
    Date: Fri, 02 Jan 2026 12:35:04 GMT
    Last-Modified: Mon, 26 Feb 2024 21:51:11 GMT
    ETag: "f333059380ec7b524887d81c05e11a31"
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 13cf0cb36194e875c127f27844256ba4.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P13
    X-Amz-Cf-Id: 0VDKH_1MWyfxD16a2HHnX7bpmMeugidEQlI2CvrogBjetQiIrhcDPw==
    
    Page title: Oni Development | #ONIDEV
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <title>Oni Development | #ONIDEV</title>
      <link rel="icon" type="image/x-icon" href="media/images/favicon.ico">
    
      <style>
        #header { /* Not in use */
          max-width: 100px; /* Adjust the maximum width as needed */
          max-height: 100px; /* Adjust the maximum height as needed */
          float: none; /* Clear any previous float property */
          display: block; /* Make the image a block-level element */
          position: fixed; /* Position the image absolutely */
          top: 0; /* Position from the top */
          left: 0; /* Position from the left */
          transform: translate(40%, 40%);
        }
    
    
        @font-face {
          font-family: 'CustomFont';
          src: url('media/fonts/cloister-black.ttf') format('truetype');
        }
    
        body {
          background-color: #000000;
          text-align: center;
          color: #FFCC33;
          font-size: 28px;
          margin-top: 40vh;
          caret-color: transparent; /* Set the initial caret color to transparent */
          position: relative; /* Establish a positioning context*/
        }
    
        .unclickable {
          pointer-events: none;
          user-drag: none;
          -moz-user-select: none;
          -webkit-user-drag: none;
          -webkit-user-select: none;
          -ms-user-select: none;
        }
    
        #logo-text {
          position: absolute;
          font-family: 'CustomFont';
          letter-spacing: 1px; /* Adjust the value for the desired character spacing */
          word-spacing: 1px; /* Adjust the value for the desired character spacing */
          top: 44%;
          left: 50%;
          transform: translate(-50%, -50%);
          z-index: 1; /* Ensure the text is above the image */
          opacity: 1; /* Set the opacity value between 0 and 1 */
        }
    
        #logo {
          max-width: 240px; /* Adjust the maximum width as needed */
          max-height: 240px; /* Adjust the maximum height as needed */
          opacity: 0; /* Set the opacity value between 0 and 1 */
          float: none; /* Clear any previous float property */
          display: block; /* Make the image a block-level element */
          margin: 0 auto; /* Center the image horizontally */
    
          /* Animation properties */
          animation-name: fadeInOut;
          animation-duration: 4s; /* Time for one cycle */
          animation-timing-function: ease-in-out;
          animation-iteration-count: infinite; /* Looping */
          animation-play-state: : paused;
          animation-delay: 1.414s; /* Time delay before starting the first animation */
        }
    
        @keyframes fadeInOut {
          0%, 100% {
            opacity: 0.0; /* Start and end opacity */
          }
          50% {
            opacity: 0.25; /* Middle opacity */
          }
        }
    
      </style>
    </head>
    
    <body>
      <!-- <img id="header" src="media/images/od-type.png"> -->
      <p class="unclickable" id="logo-text">Just you wait.</p>
      <img class="unclickable" id="logo" src="media/images/od-mask.png">
    
      <script>
        const logo = document.getElementById('logo');
    
        logo.addEventListener('animationiteration', function() {
          /* Add a delay before starting the next animation */
          setTimeout(function() {
            logo.style.animationPlayState = 'paused';
            setTimeout(function() {
              logo.style.animationPlayState = 'running';
            }, 2000); // (2)
          }, 0);
        });
      </script>  
    </body>
    </html>
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 2600:9000:208a:bc00:5:7c7c:8cc0:93a1:443 · onidevelopment.com

    2026-01-02 12:35

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 3256
    Connection: close
    Date: Fri, 02 Jan 2026 12:35:04 GMT
    Last-Modified: Mon, 26 Feb 2024 21:51:11 GMT
    ETag: "f333059380ec7b524887d81c05e11a31"
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 1d665d877b0e9ec09e9ec07fe3b6c7b6.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P13
    X-Amz-Cf-Id: Qku31yhSzH_1G8F2fCmSNuY4Zd9iWo30_vnqId2oFm7tLwOH30VCgg==
    
    Page title: Oni Development | #ONIDEV
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <title>Oni Development | #ONIDEV</title>
      <link rel="icon" type="image/x-icon" href="media/images/favicon.ico">
    
      <style>
        #header { /* Not in use */
          max-width: 100px; /* Adjust the maximum width as needed */
          max-height: 100px; /* Adjust the maximum height as needed */
          float: none; /* Clear any previous float property */
          display: block; /* Make the image a block-level element */
          position: fixed; /* Position the image absolutely */
          top: 0; /* Position from the top */
          left: 0; /* Position from the left */
          transform: translate(40%, 40%);
        }
    
    
        @font-face {
          font-family: 'CustomFont';
          src: url('media/fonts/cloister-black.ttf') format('truetype');
        }
    
        body {
          background-color: #000000;
          text-align: center;
          color: #FFCC33;
          font-size: 28px;
          margin-top: 40vh;
          caret-color: transparent; /* Set the initial caret color to transparent */
          position: relative; /* Establish a positioning context*/
        }
    
        .unclickable {
          pointer-events: none;
          user-drag: none;
          -moz-user-select: none;
          -webkit-user-drag: none;
          -webkit-user-select: none;
          -ms-user-select: none;
        }
    
        #logo-text {
          position: absolute;
          font-family: 'CustomFont';
          letter-spacing: 1px; /* Adjust the value for the desired character spacing */
          word-spacing: 1px; /* Adjust the value for the desired character spacing */
          top: 44%;
          left: 50%;
          transform: translate(-50%, -50%);
          z-index: 1; /* Ensure the text is above the image */
          opacity: 1; /* Set the opacity value between 0 and 1 */
        }
    
        #logo {
          max-width: 240px; /* Adjust the maximum width as needed */
          max-height: 240px; /* Adjust the maximum height as needed */
          opacity: 0; /* Set the opacity value between 0 and 1 */
          float: none; /* Clear any previous float property */
          display: block; /* Make the image a block-level element */
          margin: 0 auto; /* Center the image horizontally */
    
          /* Animation properties */
          animation-name: fadeInOut;
          animation-duration: 4s; /* Time for one cycle */
          animation-timing-function: ease-in-out;
          animation-iteration-count: infinite; /* Looping */
          animation-play-state: : paused;
          animation-delay: 1.414s; /* Time delay before starting the first animation */
        }
    
        @keyframes fadeInOut {
          0%, 100% {
            opacity: 0.0; /* Start and end opacity */
          }
          50% {
            opacity: 0.25; /* Middle opacity */
          }
        }
    
      </style>
    </head>
    
    <body>
      <!-- <img id="header" src="media/images/od-type.png"> -->
      <p class="unclickable" id="logo-text">Just you wait.</p>
      <img class="unclickable" id="logo" src="media/images/od-mask.png">
    
      <script>
        const logo = document.getElementById('logo');
    
        logo.addEventListener('animationiteration', function() {
          /* Add a delay before starting the next animation */
          setTimeout(function() {
            logo.style.animationPlayState = 'paused';
            setTimeout(function() {
              logo.style.animationPlayState = 'running';
            }, 2000); // (2)
          }, 0);
        });
      </script>  
    </body>
    </html>
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 65.8.131.106:443 · onidevelopment.com

    2026-01-02 12:35

    HTTP/1.1 403 Forbidden
    Server: CloudFront
    Date: Fri, 02 Jan 2026 12:35:03 GMT
    Content-Type: text/html
    Content-Length: 919
    Connection: close
    X-Cache: Error from cloudfront
    Via: 1.1 bae2787a12eb258382fd83a9570a6d4a.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P13
    X-Amz-Cf-Id: 1kvlBPF97PXwG3LHF0aifcrztQqcEoZG1uWasruzh8NFyzvGwc13fA==
    
    Page title: ERROR: The request could not be satisfied
    
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
    <TITLE>ERROR: The request could not be satisfied</TITLE>
    </HEAD><BODY>
    <H1>403 ERROR</H1>
    <H2>The request could not be satisfied.</H2>
    <HR noshade size="1px">
    Request blocked.
    We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner.
    <BR clear="all">
    If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation.
    <BR clear="all">
    <HR noshade size="1px">
    <PRE>
    Generated by cloudfront (CloudFront)
    Request ID: 1kvlBPF97PXwG3LHF0aifcrztQqcEoZG1uWasruzh8NFyzvGwc13fA==
    </PRE>
    <ADDRESS>
    </ADDRESS>
    </BODY></HTML>
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 2600:9000:208a:2c00:5:7c7c:8cc0:93a1:443 · onidevelopment.com

    2026-01-02 12:35

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 3256
    Connection: close
    Date: Fri, 02 Jan 2026 12:35:04 GMT
    Last-Modified: Mon, 26 Feb 2024 21:51:11 GMT
    ETag: "f333059380ec7b524887d81c05e11a31"
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 7ca1f888e55cc20dcbd40691cd7e4e84.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P13
    X-Amz-Cf-Id: 715DOkl4KhD-NSrOX2oSlkTAWoKEV1qmzu6SoOZlZGEifmCsxqerDA==
    
    Page title: Oni Development | #ONIDEV
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <title>Oni Development | #ONIDEV</title>
      <link rel="icon" type="image/x-icon" href="media/images/favicon.ico">
    
      <style>
        #header { /* Not in use */
          max-width: 100px; /* Adjust the maximum width as needed */
          max-height: 100px; /* Adjust the maximum height as needed */
          float: none; /* Clear any previous float property */
          display: block; /* Make the image a block-level element */
          position: fixed; /* Position the image absolutely */
          top: 0; /* Position from the top */
          left: 0; /* Position from the left */
          transform: translate(40%, 40%);
        }
    
    
        @font-face {
          font-family: 'CustomFont';
          src: url('media/fonts/cloister-black.ttf') format('truetype');
        }
    
        body {
          background-color: #000000;
          text-align: center;
          color: #FFCC33;
          font-size: 28px;
          margin-top: 40vh;
          caret-color: transparent; /* Set the initial caret color to transparent */
          position: relative; /* Establish a positioning context*/
        }
    
        .unclickable {
          pointer-events: none;
          user-drag: none;
          -moz-user-select: none;
          -webkit-user-drag: none;
          -webkit-user-select: none;
          -ms-user-select: none;
        }
    
        #logo-text {
          position: absolute;
          font-family: 'CustomFont';
          letter-spacing: 1px; /* Adjust the value for the desired character spacing */
          word-spacing: 1px; /* Adjust the value for the desired character spacing */
          top: 44%;
          left: 50%;
          transform: translate(-50%, -50%);
          z-index: 1; /* Ensure the text is above the image */
          opacity: 1; /* Set the opacity value between 0 and 1 */
        }
    
        #logo {
          max-width: 240px; /* Adjust the maximum width as needed */
          max-height: 240px; /* Adjust the maximum height as needed */
          opacity: 0; /* Set the opacity value between 0 and 1 */
          float: none; /* Clear any previous float property */
          display: block; /* Make the image a block-level element */
          margin: 0 auto; /* Center the image horizontally */
    
          /* Animation properties */
          animation-name: fadeInOut;
          animation-duration: 4s; /* Time for one cycle */
          animation-timing-function: ease-in-out;
          animation-iteration-count: infinite; /* Looping */
          animation-play-state: : paused;
          animation-delay: 1.414s; /* Time delay before starting the first animation */
        }
    
        @keyframes fadeInOut {
          0%, 100% {
            opacity: 0.0; /* Start and end opacity */
          }
          50% {
            opacity: 0.25; /* Middle opacity */
          }
        }
    
      </style>
    </head>
    
    <body>
      <!-- <img id="header" src="media/images/od-type.png"> -->
      <p class="unclickable" id="logo-text">Just you wait.</p>
      <img class="unclickable" id="logo" src="media/images/od-mask.png">
    
      <script>
        const logo = document.getElementById('logo');
    
        logo.addEventListener('animationiteration', function() {
          /* Add a delay before starting the next animation */
          setTimeout(function() {
            logo.style.animationPlayState = 'paused';
            setTimeout(function() {
              logo.style.animationPlayState = 'running';
            }, 2000); // (2)
          }, 0);
        });
      </script>  
    </body>
    </html>
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 65.8.131.77:443 · onidevelopment.com

    2026-01-02 12:35

    HTTP/1.1 403 Forbidden
    Server: CloudFront
    Date: Fri, 02 Jan 2026 12:35:03 GMT
    Content-Type: text/html
    Content-Length: 919
    Connection: close
    X-Cache: Error from cloudfront
    Via: 1.1 e5deb8f5a34e6d43e0d7e5631bd731dc.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P13
    X-Amz-Cf-Id: HdJO9EQf5GpYR2poL29kdNFalzFnUB-rUDUiQBhLA6Wa7PySBxt3Yw==
    
    Page title: ERROR: The request could not be satisfied
    
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
    <TITLE>ERROR: The request could not be satisfied</TITLE>
    </HEAD><BODY>
    <H1>403 ERROR</H1>
    <H2>The request could not be satisfied.</H2>
    <HR noshade size="1px">
    Request blocked.
    We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner.
    <BR clear="all">
    If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation.
    <BR clear="all">
    <HR noshade size="1px">
    <PRE>
    Generated by cloudfront (CloudFront)
    Request ID: HdJO9EQf5GpYR2poL29kdNFalzFnUB-rUDUiQBhLA6Wa7PySBxt3Yw==
    </PRE>
    <ADDRESS>
    </ADDRESS>
    </BODY></HTML>
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 2600:9000:208a:2000:5:7c7c:8cc0:93a1:443 · onidevelopment.com

    2026-01-02 12:35

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 3256
    Connection: close
    Date: Fri, 02 Jan 2026 12:35:04 GMT
    Last-Modified: Mon, 26 Feb 2024 21:51:11 GMT
    ETag: "f333059380ec7b524887d81c05e11a31"
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 e5deb8f5a34e6d43e0d7e5631bd731dc.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P13
    X-Amz-Cf-Id: bgLLIuoMwpCxXzR6Smqcu2Mg6LfeCa-0egeYsV3RKXHr-2UrFUwcFw==
    
    Page title: Oni Development | #ONIDEV
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <title>Oni Development | #ONIDEV</title>
      <link rel="icon" type="image/x-icon" href="media/images/favicon.ico">
    
      <style>
        #header { /* Not in use */
          max-width: 100px; /* Adjust the maximum width as needed */
          max-height: 100px; /* Adjust the maximum height as needed */
          float: none; /* Clear any previous float property */
          display: block; /* Make the image a block-level element */
          position: fixed; /* Position the image absolutely */
          top: 0; /* Position from the top */
          left: 0; /* Position from the left */
          transform: translate(40%, 40%);
        }
    
    
        @font-face {
          font-family: 'CustomFont';
          src: url('media/fonts/cloister-black.ttf') format('truetype');
        }
    
        body {
          background-color: #000000;
          text-align: center;
          color: #FFCC33;
          font-size: 28px;
          margin-top: 40vh;
          caret-color: transparent; /* Set the initial caret color to transparent */
          position: relative; /* Establish a positioning context*/
        }
    
        .unclickable {
          pointer-events: none;
          user-drag: none;
          -moz-user-select: none;
          -webkit-user-drag: none;
          -webkit-user-select: none;
          -ms-user-select: none;
        }
    
        #logo-text {
          position: absolute;
          font-family: 'CustomFont';
          letter-spacing: 1px; /* Adjust the value for the desired character spacing */
          word-spacing: 1px; /* Adjust the value for the desired character spacing */
          top: 44%;
          left: 50%;
          transform: translate(-50%, -50%);
          z-index: 1; /* Ensure the text is above the image */
          opacity: 1; /* Set the opacity value between 0 and 1 */
        }
    
        #logo {
          max-width: 240px; /* Adjust the maximum width as needed */
          max-height: 240px; /* Adjust the maximum height as needed */
          opacity: 0; /* Set the opacity value between 0 and 1 */
          float: none; /* Clear any previous float property */
          display: block; /* Make the image a block-level element */
          margin: 0 auto; /* Center the image horizontally */
    
          /* Animation properties */
          animation-name: fadeInOut;
          animation-duration: 4s; /* Time for one cycle */
          animation-timing-function: ease-in-out;
          animation-iteration-count: infinite; /* Looping */
          animation-play-state: : paused;
          animation-delay: 1.414s; /* Time delay before starting the first animation */
        }
    
        @keyframes fadeInOut {
          0%, 100% {
            opacity: 0.0; /* Start and end opacity */
          }
          50% {
            opacity: 0.25; /* Middle opacity */
          }
        }
    
      </style>
    </head>
    
    <body>
      <!-- <img id="header" src="media/images/od-type.png"> -->
      <p class="unclickable" id="logo-text">Just you wait.</p>
      <img class="unclickable" id="logo" src="media/images/od-mask.png">
    
      <script>
        const logo = document.getElementById('logo');
    
        logo.addEventListener('animationiteration', function() {
          /* Add a delay before starting the next animation */
          setTimeout(function() {
            logo.style.animationPlayState = 'paused';
            setTimeout(function() {
              logo.style.animationPlayState = 'running';
            }, 2000); // (2)
          }, 0);
        });
      </script>  
    </body>
    </html>
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 2600:9000:208a:9200:5:7c7c:8cc0:93a1:443 · onidevelopment.com

    2026-01-02 12:35

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 3256
    Connection: close
    Date: Fri, 02 Jan 2026 12:35:04 GMT
    Last-Modified: Mon, 26 Feb 2024 21:51:11 GMT
    ETag: "f333059380ec7b524887d81c05e11a31"
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 9d48d29ac0d6fbcc29cb164716d39d68.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P13
    X-Amz-Cf-Id: fLb6RFba2_VuqDkUu3QKS_zLad6WgLG-0SGPPy_BUVCqXJwmldnHIQ==
    
    Page title: Oni Development | #ONIDEV
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <title>Oni Development | #ONIDEV</title>
      <link rel="icon" type="image/x-icon" href="media/images/favicon.ico">
    
      <style>
        #header { /* Not in use */
          max-width: 100px; /* Adjust the maximum width as needed */
          max-height: 100px; /* Adjust the maximum height as needed */
          float: none; /* Clear any previous float property */
          display: block; /* Make the image a block-level element */
          position: fixed; /* Position the image absolutely */
          top: 0; /* Position from the top */
          left: 0; /* Position from the left */
          transform: translate(40%, 40%);
        }
    
    
        @font-face {
          font-family: 'CustomFont';
          src: url('media/fonts/cloister-black.ttf') format('truetype');
        }
    
        body {
          background-color: #000000;
          text-align: center;
          color: #FFCC33;
          font-size: 28px;
          margin-top: 40vh;
          caret-color: transparent; /* Set the initial caret color to transparent */
          position: relative; /* Establish a positioning context*/
        }
    
        .unclickable {
          pointer-events: none;
          user-drag: none;
          -moz-user-select: none;
          -webkit-user-drag: none;
          -webkit-user-select: none;
          -ms-user-select: none;
        }
    
        #logo-text {
          position: absolute;
          font-family: 'CustomFont';
          letter-spacing: 1px; /* Adjust the value for the desired character spacing */
          word-spacing: 1px; /* Adjust the value for the desired character spacing */
          top: 44%;
          left: 50%;
          transform: translate(-50%, -50%);
          z-index: 1; /* Ensure the text is above the image */
          opacity: 1; /* Set the opacity value between 0 and 1 */
        }
    
        #logo {
          max-width: 240px; /* Adjust the maximum width as needed */
          max-height: 240px; /* Adjust the maximum height as needed */
          opacity: 0; /* Set the opacity value between 0 and 1 */
          float: none; /* Clear any previous float property */
          display: block; /* Make the image a block-level element */
          margin: 0 auto; /* Center the image horizontally */
    
          /* Animation properties */
          animation-name: fadeInOut;
          animation-duration: 4s; /* Time for one cycle */
          animation-timing-function: ease-in-out;
          animation-iteration-count: infinite; /* Looping */
          animation-play-state: : paused;
          animation-delay: 1.414s; /* Time delay before starting the first animation */
        }
    
        @keyframes fadeInOut {
          0%, 100% {
            opacity: 0.0; /* Start and end opacity */
          }
          50% {
            opacity: 0.25; /* Middle opacity */
          }
        }
    
      </style>
    </head>
    
    <body>
      <!-- <img id="header" src="media/images/od-type.png"> -->
      <p class="unclickable" id="logo-text">Just you wait.</p>
      <img class="unclickable" id="logo" src="media/images/od-mask.png">
    
      <script>
        const logo = document.getElementById('logo');
    
        logo.addEventListener('animationiteration', function() {
          /* Add a delay before starting the next animation */
          setTimeout(function() {
            logo.style.animationPlayState = 'paused';
            setTimeout(function() {
              logo.style.animationPlayState = 'running';
            }, 2000); // (2)
          }, 0);
        });
      </script>  
    </body>
    </html>
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 2600:9000:208a:8800:5:7c7c:8cc0:93a1:80 · onidevelopment.com

    2026-01-02 12:35

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 02 Jan 2026 12:35:03 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://onidevelopment.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 e82859bd3e5e584a3698e67f22415dae.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P13
    X-Amz-Cf-Id: 78q_fQgq3Gm5tl2vEYAHurAGJG8TiQqOmVKjAaOzLStHUndW93_XFQ==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 2600:9000:208a:e800:5:7c7c:8cc0:93a1:443 · onidevelopment.com

    2026-01-02 12:35

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 3256
    Connection: close
    Date: Fri, 02 Jan 2026 12:35:04 GMT
    Last-Modified: Mon, 26 Feb 2024 21:51:11 GMT
    ETag: "f333059380ec7b524887d81c05e11a31"
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 d07394c1abd1aadfca4b7709ba1de6a8.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P13
    X-Amz-Cf-Id: a4O6NuU84xRp52ZDg2UWRXWFzuhVOJySXP3oa9Pw_um-w5KVHZvj8g==
    
    Page title: Oni Development | #ONIDEV
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <title>Oni Development | #ONIDEV</title>
      <link rel="icon" type="image/x-icon" href="media/images/favicon.ico">
    
      <style>
        #header { /* Not in use */
          max-width: 100px; /* Adjust the maximum width as needed */
          max-height: 100px; /* Adjust the maximum height as needed */
          float: none; /* Clear any previous float property */
          display: block; /* Make the image a block-level element */
          position: fixed; /* Position the image absolutely */
          top: 0; /* Position from the top */
          left: 0; /* Position from the left */
          transform: translate(40%, 40%);
        }
    
    
        @font-face {
          font-family: 'CustomFont';
          src: url('media/fonts/cloister-black.ttf') format('truetype');
        }
    
        body {
          background-color: #000000;
          text-align: center;
          color: #FFCC33;
          font-size: 28px;
          margin-top: 40vh;
          caret-color: transparent; /* Set the initial caret color to transparent */
          position: relative; /* Establish a positioning context*/
        }
    
        .unclickable {
          pointer-events: none;
          user-drag: none;
          -moz-user-select: none;
          -webkit-user-drag: none;
          -webkit-user-select: none;
          -ms-user-select: none;
        }
    
        #logo-text {
          position: absolute;
          font-family: 'CustomFont';
          letter-spacing: 1px; /* Adjust the value for the desired character spacing */
          word-spacing: 1px; /* Adjust the value for the desired character spacing */
          top: 44%;
          left: 50%;
          transform: translate(-50%, -50%);
          z-index: 1; /* Ensure the text is above the image */
          opacity: 1; /* Set the opacity value between 0 and 1 */
        }
    
        #logo {
          max-width: 240px; /* Adjust the maximum width as needed */
          max-height: 240px; /* Adjust the maximum height as needed */
          opacity: 0; /* Set the opacity value between 0 and 1 */
          float: none; /* Clear any previous float property */
          display: block; /* Make the image a block-level element */
          margin: 0 auto; /* Center the image horizontally */
    
          /* Animation properties */
          animation-name: fadeInOut;
          animation-duration: 4s; /* Time for one cycle */
          animation-timing-function: ease-in-out;
          animation-iteration-count: infinite; /* Looping */
          animation-play-state: : paused;
          animation-delay: 1.414s; /* Time delay before starting the first animation */
        }
    
        @keyframes fadeInOut {
          0%, 100% {
            opacity: 0.0; /* Start and end opacity */
          }
          50% {
            opacity: 0.25; /* Middle opacity */
          }
        }
    
      </style>
    </head>
    
    <body>
      <!-- <img id="header" src="media/images/od-type.png"> -->
      <p class="unclickable" id="logo-text">Just you wait.</p>
      <img class="unclickable" id="logo" src="media/images/od-mask.png">
    
      <script>
        const logo = document.getElementById('logo');
    
        logo.addEventListener('animationiteration', function() {
          /* Add a delay before starting the next animation */
          setTimeout(function() {
            logo.style.animationPlayState = 'paused';
            setTimeout(function() {
              logo.style.animationPlayState = 'running';
            }, 2000); // (2)
          }, 0);
        });
      </script>  
    </body>
    </html>
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 2600:9000:208a:2c00:5:7c7c:8cc0:93a1:80 · onidevelopment.com

    2026-01-02 12:35

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 02 Jan 2026 12:35:04 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://onidevelopment.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 60b9ab6b887af73f2f2a5d326bb59780.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P13
    X-Amz-Cf-Id: cTEe1MBueddLkZys6CrNboKqrYKLqsBR7Ocb__coM8v-P8vGWIPZ6w==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 65.8.131.115:443 · onidevelopment.com

    2026-01-02 12:35

    HTTP/1.1 403 Forbidden
    Server: CloudFront
    Date: Fri, 02 Jan 2026 12:35:03 GMT
    Content-Type: text/html
    Content-Length: 919
    Connection: close
    X-Cache: Error from cloudfront
    Via: 1.1 581599a51772a76c2489c9d094b70226.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P13
    X-Amz-Cf-Id: 5arvbwN3NK-X8Pk2QDdapMu8QyR7gyrBTr6dVshzpZkDjjjDOqE3_A==
    
    Page title: ERROR: The request could not be satisfied
    
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
    <TITLE>ERROR: The request could not be satisfied</TITLE>
    </HEAD><BODY>
    <H1>403 ERROR</H1>
    <H2>The request could not be satisfied.</H2>
    <HR noshade size="1px">
    Request blocked.
    We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner.
    <BR clear="all">
    If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation.
    <BR clear="all">
    <HR noshade size="1px">
    <PRE>
    Generated by cloudfront (CloudFront)
    Request ID: 5arvbwN3NK-X8Pk2QDdapMu8QyR7gyrBTr6dVshzpZkDjjjDOqE3_A==
    </PRE>
    <ADDRESS>
    </ADDRESS>
    </BODY></HTML>
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 2600:9000:208a:9e00:5:7c7c:8cc0:93a1:80 · onidevelopment.com

    2026-01-02 12:35

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 02 Jan 2026 12:35:03 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://onidevelopment.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 1d665d877b0e9ec09e9ec07fe3b6c7b6.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P13
    X-Amz-Cf-Id: nBz60SN3XeBRilQdGDrljwRtm7WwLdVKZJwSNYoCME_qB_yIUc1Zhw==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 2600:9000:208a:9200:5:7c7c:8cc0:93a1:80 · onidevelopment.com

    2026-01-02 12:35

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 02 Jan 2026 12:35:04 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://onidevelopment.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 42956b352da5bdee311547b98721d05e.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P13
    X-Amz-Cf-Id: p9lbdTkbePEGlUBTKy7R9Czr0Vj6M76cSEMvzZLjAmEG2ktkIoM5sw==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 2600:9000:208a:7400:5:7c7c:8cc0:93a1:80 · onidevelopment.com

    2026-01-02 12:35

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 02 Jan 2026 12:35:04 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://onidevelopment.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 bad86c53165d48d66c80e183f57163d4.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P13
    X-Amz-Cf-Id: ktzrAZKOOzjzViW85UfexcWu_fDlF7TUi9vBd2lRLO0aiDhyQYDZgw==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 2600:9000:208a:8800:5:7c7c:8cc0:93a1:443 · onidevelopment.com

    2026-01-02 12:35

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 3256
    Connection: close
    Date: Fri, 02 Jan 2026 12:35:04 GMT
    Last-Modified: Mon, 26 Feb 2024 21:51:11 GMT
    ETag: "f333059380ec7b524887d81c05e11a31"
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Miss from cloudfront
    Via: 1.1 59927012a1a01484504f9d4b511a043c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P13
    X-Amz-Cf-Id: AnyRQeDj0id9a-GIJh8xg8lluhYpIn1_WgImRCdffeZKHClylaio7A==
    
    Page title: Oni Development | #ONIDEV
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <title>Oni Development | #ONIDEV</title>
      <link rel="icon" type="image/x-icon" href="media/images/favicon.ico">
    
      <style>
        #header { /* Not in use */
          max-width: 100px; /* Adjust the maximum width as needed */
          max-height: 100px; /* Adjust the maximum height as needed */
          float: none; /* Clear any previous float property */
          display: block; /* Make the image a block-level element */
          position: fixed; /* Position the image absolutely */
          top: 0; /* Position from the top */
          left: 0; /* Position from the left */
          transform: translate(40%, 40%);
        }
    
    
        @font-face {
          font-family: 'CustomFont';
          src: url('media/fonts/cloister-black.ttf') format('truetype');
        }
    
        body {
          background-color: #000000;
          text-align: center;
          color: #FFCC33;
          font-size: 28px;
          margin-top: 40vh;
          caret-color: transparent; /* Set the initial caret color to transparent */
          position: relative; /* Establish a positioning context*/
        }
    
        .unclickable {
          pointer-events: none;
          user-drag: none;
          -moz-user-select: none;
          -webkit-user-drag: none;
          -webkit-user-select: none;
          -ms-user-select: none;
        }
    
        #logo-text {
          position: absolute;
          font-family: 'CustomFont';
          letter-spacing: 1px; /* Adjust the value for the desired character spacing */
          word-spacing: 1px; /* Adjust the value for the desired character spacing */
          top: 44%;
          left: 50%;
          transform: translate(-50%, -50%);
          z-index: 1; /* Ensure the text is above the image */
          opacity: 1; /* Set the opacity value between 0 and 1 */
        }
    
        #logo {
          max-width: 240px; /* Adjust the maximum width as needed */
          max-height: 240px; /* Adjust the maximum height as needed */
          opacity: 0; /* Set the opacity value between 0 and 1 */
          float: none; /* Clear any previous float property */
          display: block; /* Make the image a block-level element */
          margin: 0 auto; /* Center the image horizontally */
    
          /* Animation properties */
          animation-name: fadeInOut;
          animation-duration: 4s; /* Time for one cycle */
          animation-timing-function: ease-in-out;
          animation-iteration-count: infinite; /* Looping */
          animation-play-state: : paused;
          animation-delay: 1.414s; /* Time delay before starting the first animation */
        }
    
        @keyframes fadeInOut {
          0%, 100% {
            opacity: 0.0; /* Start and end opacity */
          }
          50% {
            opacity: 0.25; /* Middle opacity */
          }
        }
    
      </style>
    </head>
    
    <body>
      <!-- <img id="header" src="media/images/od-type.png"> -->
      <p class="unclickable" id="logo-text">Just you wait.</p>
      <img class="unclickable" id="logo" src="media/images/od-mask.png">
    
      <script>
        const logo = document.getElementById('logo');
    
        logo.addEventListener('animationiteration', function() {
          /* Add a delay before starting the next animation */
          setTimeout(function() {
            logo.style.animationPlayState = 'paused';
            setTimeout(function() {
              logo.style.animationPlayState = 'running';
            }, 2000); // (2)
          }, 0);
        });
      </script>  
    </body>
    </html>
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 2600:9000:208a:e800:5:7c7c:8cc0:93a1:80 · onidevelopment.com

    2026-01-02 12:35

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 02 Jan 2026 12:35:03 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://onidevelopment.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 581599a51772a76c2489c9d094b70226.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P13
    X-Amz-Cf-Id: dv2DkjSKROrXsMuZB_ihj702aMdWDl9YNEKTJPpKMxABp4OTnC5B8Q==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
onidevelopment.comwww.onidevelopment.com
CN:
onidevelopment.com
Key:
RSA-2048
Issuer:
Not before:
2023-07-09 00:00
Not after:
2024-08-06 23:59