Domain novasdev.com
United States
AMAZON-02
Software information

Netlify

tcp/443 tcp/80

  • Git configuration and history exposed
    First seen 2025-03-12 01:29
    Last seen 2026-01-02 20:21
    Open for 296 days
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044baa2727ab8135b5bbc521bbb4f71d607

      [core]
      	repositoryformatversion = 0
      	filemode = false
      	bare = false
      	logallrefupdates = true
      	symlinks = false
      	ignorecase = true
      [remote "origin"]
      	url = https://github.com/Fig77/navasdev.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "main"]
      	remote = origin
      	merge = refs/heads/main
      
      Found on 2026-01-02 20:21
      296 Bytes
  • Open service 75.2.60.5:443 · novasdev.com

    2026-01-10 00:26

    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: 18972
    Content-Type: text/html; charset=UTF-8
    Date: Sat, 10 Jan 2026 00:26:32 GMT
    Etag: "bf042a6b37d18b5dab302a798871bc1e-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KEJMRBQ8CZ5RA3MRP43CA1V9
    Connection: close
    
    Page title: novas development
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <title>novas development</title>
        <meta charset="utf-8"/>
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
        <link rel="preconnect" href="https://fonts.gstatic.com"/>
        <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
        <link href="https://fonts.googleapis.com/css2?family=Playfair+Display&amp;display=swap" rel="stylesheet"/>
        <link href="https://api.fontshare.com/v2/css?f[]=clash-grotesk@400,300,500&amp;display=swap" rel="stylesheet"/>
        <link rel="stylesheet" href="css/normalize.css"/>
    
        
        <link rel="icon" type="image/png" sizes="32x32" href="favicon.png"/>
        <script src="https://cdn.jsdelivr.net/npm/alpinejs@3.13.3/dist/cdn.min.js" defer></script>
        <script src="https://unpkg.com/@tailwindcss/browser@4"></script>
    </head>
    <body class="antialiased bg-black text-white font-body">
        <header class="bg-black py-4 w-screen md:w-screen flex justify-center">
            <nav class="container mx-auto flex justify-between items-center px-4" x-data="{ open: false }" aria-label="Main Navigation">
                <a aria-label='Homepage' href='/'>
                    <!-- Logo placeholder -->
                </a>
                
                <!-- Mobile menu button - only visible on small screens -->
                <button 
                    class="md:hidden text-white focus:outline-none" 
                    @click="open = !open"
                    aria-label="Toggle menu">
                    <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" x-show="!open"></path>
                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" x-show="open"></path>
                    </svg>
                </button>
                
                <!-- Desktop menu - Preserve original styling for desktop -->
                <ul class="hidden md:flex space-x-8 w-screen justify-center text-white font-medium">
                    <li><a href="#sobre" class="hover:text-opacity-80">Sobre nosotros</a></li>
                    <li><a href="#servicios" class="hover:text-opacity-80">Servicios</a></li>
                    <li><a href="#faq" class="hover:text-opacity-80">FAQ</a></li>
                    <li><a href="#contacto" class="hover:text-opacity-80">Contacto</a></li>
                </ul>
                
                <!-- Mobile menu dropdown -->
                <div 
                    x-show="open" 
                    x-transition:enter="transition ease-out duration-200"
                    x-transition:enter-start="opacity-0 scale-95"
                    x-transition:enter-end="opacity-100 scale-100"
                    x-transition:leave="transition ease-in duration-150"
                    x-transition:leave-start="opacity-100 scale-100"
                    x-transition:leave-end="opacity-0 scale-95"
                    class="absolute top-16 left-0 right-0 z-20 bg-black py-2 shadow-xl md:hidden">
                    <ul class="flex flex-col space-y-4 px-6 py-4">
                        <li><a href="#sobre" class="block hover:text-green-400">Sobre nosotros</a></li>
                        <li><a href="#servicios" class="block hover:text-green-400">Servicios</a></li>
                        <li><a href="#faq" class="block hover:text-green-400">FAQ</a></li>
                        <li><a href="#contacto" class="block hover:text-green-400">Contacto</a></li>
                    </ul>
                </div>
                
                <a href="login.html" class="hidden px-6 py-3 text-white border-2 border-white rounded-full hover:bg-green-400">Login</a>
            </nav>
        </header>
    
        <main class="h-screen md:h-screen w-screen flex items-center justify-center text-center bg-gray-900">
            <section name="hero" class="bg-black h-screen md:h-screen w-screen flex flex-col justify-center items-center px-4 md:px-0">
                <h1 class="text-4xl md:text-6xl lg:text-7xl font-bold mb-6">Convirtiendo idea
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 75.2.60.5:443 · www.novasdev.com

    2026-01-07 01:53

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/plain; charset=utf-8
    Date: Wed, 07 Jan 2026 01:53:32 GMT
    Location: https://novasdev.com/
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KEB2HH00DZG19YWEM7BJD10A
    Content-Length: 36
    Connection: close
    
    
    Redirecting to https://novasdev.com/
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 75.2.60.5:80 · novasdev.com

    2026-01-07 01:53

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/plain; charset=utf-8
    Date: Wed, 07 Jan 2026 01:53:40 GMT
    Location: https://novasdev.com/
    Server: Netlify
    X-Nf-Request-Id: 01KEB2HRMPJGWYVZX6T1MR5NK4
    Content-Length: 36
    Connection: close
    
    
    Redirecting to https://novasdev.com/
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 75.2.60.5:80 · www.novasdev.com

    2026-01-07 01:53

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/plain; charset=utf-8
    Date: Wed, 07 Jan 2026 01:53:40 GMT
    Location: https://www.novasdev.com/
    Server: Netlify
    X-Nf-Request-Id: 01KEB2HRQ661C50K7793HKXB45
    Content-Length: 40
    Connection: close
    
    
    Redirecting to https://www.novasdev.com/
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 75.2.60.5:443 · novasdev.com

    2026-01-07 01:53

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 2
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 18972
    Content-Type: text/html; charset=UTF-8
    Date: Wed, 07 Jan 2026 01:53:32 GMT
    Etag: "bf042a6b37d18b5dab302a798871bc1e-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KEB2HGQS3T7D1C3PQ4H5AHYP
    Connection: close
    
    Page title: novas development
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <title>novas development</title>
        <meta charset="utf-8"/>
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
        <link rel="preconnect" href="https://fonts.gstatic.com"/>
        <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
        <link href="https://fonts.googleapis.com/css2?family=Playfair+Display&amp;display=swap" rel="stylesheet"/>
        <link href="https://api.fontshare.com/v2/css?f[]=clash-grotesk@400,300,500&amp;display=swap" rel="stylesheet"/>
        <link rel="stylesheet" href="css/normalize.css"/>
    
        
        <link rel="icon" type="image/png" sizes="32x32" href="favicon.png"/>
        <script src="https://cdn.jsdelivr.net/npm/alpinejs@3.13.3/dist/cdn.min.js" defer></script>
        <script src="https://unpkg.com/@tailwindcss/browser@4"></script>
    </head>
    <body class="antialiased bg-black text-white font-body">
        <header class="bg-black py-4 w-screen md:w-screen flex justify-center">
            <nav class="container mx-auto flex justify-between items-center px-4" x-data="{ open: false }" aria-label="Main Navigation">
                <a aria-label='Homepage' href='/'>
                    <!-- Logo placeholder -->
                </a>
                
                <!-- Mobile menu button - only visible on small screens -->
                <button 
                    class="md:hidden text-white focus:outline-none" 
                    @click="open = !open"
                    aria-label="Toggle menu">
                    <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" x-show="!open"></path>
                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" x-show="open"></path>
                    </svg>
                </button>
                
                <!-- Desktop menu - Preserve original styling for desktop -->
                <ul class="hidden md:flex space-x-8 w-screen justify-center text-white font-medium">
                    <li><a href="#sobre" class="hover:text-opacity-80">Sobre nosotros</a></li>
                    <li><a href="#servicios" class="hover:text-opacity-80">Servicios</a></li>
                    <li><a href="#faq" class="hover:text-opacity-80">FAQ</a></li>
                    <li><a href="#contacto" class="hover:text-opacity-80">Contacto</a></li>
                </ul>
                
                <!-- Mobile menu dropdown -->
                <div 
                    x-show="open" 
                    x-transition:enter="transition ease-out duration-200"
                    x-transition:enter-start="opacity-0 scale-95"
                    x-transition:enter-end="opacity-100 scale-100"
                    x-transition:leave="transition ease-in duration-150"
                    x-transition:leave-start="opacity-100 scale-100"
                    x-transition:leave-end="opacity-0 scale-95"
                    class="absolute top-16 left-0 right-0 z-20 bg-black py-2 shadow-xl md:hidden">
                    <ul class="flex flex-col space-y-4 px-6 py-4">
                        <li><a href="#sobre" class="block hover:text-green-400">Sobre nosotros</a></li>
                        <li><a href="#servicios" class="block hover:text-green-400">Servicios</a></li>
                        <li><a href="#faq" class="block hover:text-green-400">FAQ</a></li>
                        <li><a href="#contacto" class="block hover:text-green-400">Contacto</a></li>
                    </ul>
                </div>
                
                <a href="login.html" class="hidden px-6 py-3 text-white border-2 border-white rounded-full hover:bg-green-400">Login</a>
            </nav>
        </header>
    
        <main class="h-screen md:h-screen w-screen flex items-center justify-center text-center bg-gray-900">
            <section name="hero" class="bg-black h-screen md:h-screen w-screen flex flex-col justify-center items-center px-4 md:px-0">
                <h1 class="text-4xl md:text-6xl lg:text-7xl font-bold mb-6">Convirtiendo idea
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 75.2.60.5:443 · novasdev.com

    2026-01-02 20:21

    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: 18972
    Content-Type: text/html; charset=UTF-8
    Date: Fri, 02 Jan 2026 20:21:11 GMT
    Etag: "a9565e17007f1068616d93d9120dc032-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KE05Y32VFX98HPYC0S9GQPHG
    Connection: close
    
    Page title: novas development
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <title>novas development</title>
        <meta charset="utf-8"/>
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
        <link rel="preconnect" href="https://fonts.gstatic.com"/>
        <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
        <link href="https://fonts.googleapis.com/css2?family=Playfair+Display&amp;display=swap" rel="stylesheet"/>
        <link href="https://api.fontshare.com/v2/css?f[]=clash-grotesk@400,300,500&amp;display=swap" rel="stylesheet"/>
        <link rel="stylesheet" href="css/normalize.css"/>
    
        
        <link rel="icon" type="image/png" sizes="32x32" href="favicon.png"/>
        <script src="https://cdn.jsdelivr.net/npm/alpinejs@3.13.3/dist/cdn.min.js" defer></script>
        <script src="https://unpkg.com/@tailwindcss/browser@4"></script>
    </head>
    <body class="antialiased bg-black text-white font-body">
        <header class="bg-black py-4 w-screen md:w-screen flex justify-center">
            <nav class="container mx-auto flex justify-between items-center px-4" x-data="{ open: false }" aria-label="Main Navigation">
                <a aria-label='Homepage' href='/'>
                    <!-- Logo placeholder -->
                </a>
                
                <!-- Mobile menu button - only visible on small screens -->
                <button 
                    class="md:hidden text-white focus:outline-none" 
                    @click="open = !open"
                    aria-label="Toggle menu">
                    <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" x-show="!open"></path>
                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" x-show="open"></path>
                    </svg>
                </button>
                
                <!-- Desktop menu - Preserve original styling for desktop -->
                <ul class="hidden md:flex space-x-8 w-screen justify-center text-white font-medium">
                    <li><a href="#sobre" class="hover:text-opacity-80">Sobre nosotros</a></li>
                    <li><a href="#servicios" class="hover:text-opacity-80">Servicios</a></li>
                    <li><a href="#faq" class="hover:text-opacity-80">FAQ</a></li>
                    <li><a href="#contacto" class="hover:text-opacity-80">Contacto</a></li>
                </ul>
                
                <!-- Mobile menu dropdown -->
                <div 
                    x-show="open" 
                    x-transition:enter="transition ease-out duration-200"
                    x-transition:enter-start="opacity-0 scale-95"
                    x-transition:enter-end="opacity-100 scale-100"
                    x-transition:leave="transition ease-in duration-150"
                    x-transition:leave-start="opacity-100 scale-100"
                    x-transition:leave-end="opacity-0 scale-95"
                    class="absolute top-16 left-0 right-0 z-20 bg-black py-2 shadow-xl md:hidden">
                    <ul class="flex flex-col space-y-4 px-6 py-4">
                        <li><a href="#sobre" class="block hover:text-green-400">Sobre nosotros</a></li>
                        <li><a href="#servicios" class="block hover:text-green-400">Servicios</a></li>
                        <li><a href="#faq" class="block hover:text-green-400">FAQ</a></li>
                        <li><a href="#contacto" class="block hover:text-green-400">Contacto</a></li>
                    </ul>
                </div>
                
                <a href="login.html" class="hidden px-6 py-3 text-white border-2 border-white rounded-full hover:bg-green-400">Login</a>
            </nav>
        </header>
    
        <main class="h-screen md:h-screen w-screen flex items-center justify-center text-center bg-gray-900">
            <section name="hero" class="bg-black h-screen md:h-screen w-screen flex flex-col justify-center items-center px-4 md:px-0">
                <h1 class="text-4xl md:text-6xl lg:text-7xl font-bold mb-6">Convirtiendo idea
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 75.2.60.5:443 · novasdev.com

    2025-12-23 03:04

    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: 18972
    Content-Type: text/html; charset=UTF-8
    Date: Tue, 23 Dec 2025 03:04:09 GMT
    Etag: "a9565e17007f1068616d93d9120dc032-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KD4JM18SF13M7PV4A49EZ6C1
    Connection: close
    
    Page title: novas development
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <title>novas development</title>
        <meta charset="utf-8"/>
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
        <link rel="preconnect" href="https://fonts.gstatic.com"/>
        <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
        <link href="https://fonts.googleapis.com/css2?family=Playfair+Display&amp;display=swap" rel="stylesheet"/>
        <link href="https://api.fontshare.com/v2/css?f[]=clash-grotesk@400,300,500&amp;display=swap" rel="stylesheet"/>
        <link rel="stylesheet" href="css/normalize.css"/>
    
        
        <link rel="icon" type="image/png" sizes="32x32" href="favicon.png"/>
        <script src="https://cdn.jsdelivr.net/npm/alpinejs@3.13.3/dist/cdn.min.js" defer></script>
        <script src="https://unpkg.com/@tailwindcss/browser@4"></script>
    </head>
    <body class="antialiased bg-black text-white font-body">
        <header class="bg-black py-4 w-screen md:w-screen flex justify-center">
            <nav class="container mx-auto flex justify-between items-center px-4" x-data="{ open: false }" aria-label="Main Navigation">
                <a aria-label='Homepage' href='/'>
                    <!-- Logo placeholder -->
                </a>
                
                <!-- Mobile menu button - only visible on small screens -->
                <button 
                    class="md:hidden text-white focus:outline-none" 
                    @click="open = !open"
                    aria-label="Toggle menu">
                    <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" x-show="!open"></path>
                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" x-show="open"></path>
                    </svg>
                </button>
                
                <!-- Desktop menu - Preserve original styling for desktop -->
                <ul class="hidden md:flex space-x-8 w-screen justify-center text-white font-medium">
                    <li><a href="#sobre" class="hover:text-opacity-80">Sobre nosotros</a></li>
                    <li><a href="#servicios" class="hover:text-opacity-80">Servicios</a></li>
                    <li><a href="#faq" class="hover:text-opacity-80">FAQ</a></li>
                    <li><a href="#contacto" class="hover:text-opacity-80">Contacto</a></li>
                </ul>
                
                <!-- Mobile menu dropdown -->
                <div 
                    x-show="open" 
                    x-transition:enter="transition ease-out duration-200"
                    x-transition:enter-start="opacity-0 scale-95"
                    x-transition:enter-end="opacity-100 scale-100"
                    x-transition:leave="transition ease-in duration-150"
                    x-transition:leave-start="opacity-100 scale-100"
                    x-transition:leave-end="opacity-0 scale-95"
                    class="absolute top-16 left-0 right-0 z-20 bg-black py-2 shadow-xl md:hidden">
                    <ul class="flex flex-col space-y-4 px-6 py-4">
                        <li><a href="#sobre" class="block hover:text-green-400">Sobre nosotros</a></li>
                        <li><a href="#servicios" class="block hover:text-green-400">Servicios</a></li>
                        <li><a href="#faq" class="block hover:text-green-400">FAQ</a></li>
                        <li><a href="#contacto" class="block hover:text-green-400">Contacto</a></li>
                    </ul>
                </div>
                
                <a href="login.html" class="hidden px-6 py-3 text-white border-2 border-white rounded-full hover:bg-green-400">Login</a>
            </nav>
        </header>
    
        <main class="h-screen md:h-screen w-screen flex items-center justify-center text-center bg-gray-900">
            <section name="hero" class="bg-black h-screen md:h-screen w-screen flex flex-col justify-center items-center px-4 md:px-0">
                <h1 class="text-4xl md:text-6xl lg:text-7xl font-bold mb-6">Convirtiendo idea
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 75.2.60.5:443 · novasdev.com

    2025-12-21 07:58

    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: 18972
    Content-Type: text/html; charset=UTF-8
    Date: Sun, 21 Dec 2025 07:58:30 GMT
    Etag: "a9565e17007f1068616d93d9120dc032-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KCZYNK0BW945GJ13GZCE81RK
    Connection: close
    
    Page title: novas development
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <title>novas development</title>
        <meta charset="utf-8"/>
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
        <link rel="preconnect" href="https://fonts.gstatic.com"/>
        <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
        <link href="https://fonts.googleapis.com/css2?family=Playfair+Display&amp;display=swap" rel="stylesheet"/>
        <link href="https://api.fontshare.com/v2/css?f[]=clash-grotesk@400,300,500&amp;display=swap" rel="stylesheet"/>
        <link rel="stylesheet" href="css/normalize.css"/>
    
        
        <link rel="icon" type="image/png" sizes="32x32" href="favicon.png"/>
        <script src="https://cdn.jsdelivr.net/npm/alpinejs@3.13.3/dist/cdn.min.js" defer></script>
        <script src="https://unpkg.com/@tailwindcss/browser@4"></script>
    </head>
    <body class="antialiased bg-black text-white font-body">
        <header class="bg-black py-4 w-screen md:w-screen flex justify-center">
            <nav class="container mx-auto flex justify-between items-center px-4" x-data="{ open: false }" aria-label="Main Navigation">
                <a aria-label='Homepage' href='/'>
                    <!-- Logo placeholder -->
                </a>
                
                <!-- Mobile menu button - only visible on small screens -->
                <button 
                    class="md:hidden text-white focus:outline-none" 
                    @click="open = !open"
                    aria-label="Toggle menu">
                    <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" x-show="!open"></path>
                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" x-show="open"></path>
                    </svg>
                </button>
                
                <!-- Desktop menu - Preserve original styling for desktop -->
                <ul class="hidden md:flex space-x-8 w-screen justify-center text-white font-medium">
                    <li><a href="#sobre" class="hover:text-opacity-80">Sobre nosotros</a></li>
                    <li><a href="#servicios" class="hover:text-opacity-80">Servicios</a></li>
                    <li><a href="#faq" class="hover:text-opacity-80">FAQ</a></li>
                    <li><a href="#contacto" class="hover:text-opacity-80">Contacto</a></li>
                </ul>
                
                <!-- Mobile menu dropdown -->
                <div 
                    x-show="open" 
                    x-transition:enter="transition ease-out duration-200"
                    x-transition:enter-start="opacity-0 scale-95"
                    x-transition:enter-end="opacity-100 scale-100"
                    x-transition:leave="transition ease-in duration-150"
                    x-transition:leave-start="opacity-100 scale-100"
                    x-transition:leave-end="opacity-0 scale-95"
                    class="absolute top-16 left-0 right-0 z-20 bg-black py-2 shadow-xl md:hidden">
                    <ul class="flex flex-col space-y-4 px-6 py-4">
                        <li><a href="#sobre" class="block hover:text-green-400">Sobre nosotros</a></li>
                        <li><a href="#servicios" class="block hover:text-green-400">Servicios</a></li>
                        <li><a href="#faq" class="block hover:text-green-400">FAQ</a></li>
                        <li><a href="#contacto" class="block hover:text-green-400">Contacto</a></li>
                    </ul>
                </div>
                
                <a href="login.html" class="hidden px-6 py-3 text-white border-2 border-white rounded-full hover:bg-green-400">Login</a>
            </nav>
        </header>
    
        <main class="h-screen md:h-screen w-screen flex items-center justify-center text-center bg-gray-900">
            <section name="hero" class="bg-black h-screen md:h-screen w-screen flex flex-col justify-center items-center px-4 md:px-0">
                <h1 class="text-4xl md:text-6xl lg:text-7xl font-bold mb-6">Convirtiendo idea
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 75.2.60.5:443 · novasdev.com

    2025-12-19 09:21

    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: 18972
    Content-Type: text/html; charset=UTF-8
    Date: Fri, 19 Dec 2025 09:21:15 GMT
    Etag: "a9565e17007f1068616d93d9120dc032-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KCTYKN9CEVX12EYDR813MDG0
    Connection: close
    
    Page title: novas development
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <title>novas development</title>
        <meta charset="utf-8"/>
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
        <link rel="preconnect" href="https://fonts.gstatic.com"/>
        <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
        <link href="https://fonts.googleapis.com/css2?family=Playfair+Display&amp;display=swap" rel="stylesheet"/>
        <link href="https://api.fontshare.com/v2/css?f[]=clash-grotesk@400,300,500&amp;display=swap" rel="stylesheet"/>
        <link rel="stylesheet" href="css/normalize.css"/>
    
        
        <link rel="icon" type="image/png" sizes="32x32" href="favicon.png"/>
        <script src="https://cdn.jsdelivr.net/npm/alpinejs@3.13.3/dist/cdn.min.js" defer></script>
        <script src="https://unpkg.com/@tailwindcss/browser@4"></script>
    </head>
    <body class="antialiased bg-black text-white font-body">
        <header class="bg-black py-4 w-screen md:w-screen flex justify-center">
            <nav class="container mx-auto flex justify-between items-center px-4" x-data="{ open: false }" aria-label="Main Navigation">
                <a aria-label='Homepage' href='/'>
                    <!-- Logo placeholder -->
                </a>
                
                <!-- Mobile menu button - only visible on small screens -->
                <button 
                    class="md:hidden text-white focus:outline-none" 
                    @click="open = !open"
                    aria-label="Toggle menu">
                    <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" x-show="!open"></path>
                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" x-show="open"></path>
                    </svg>
                </button>
                
                <!-- Desktop menu - Preserve original styling for desktop -->
                <ul class="hidden md:flex space-x-8 w-screen justify-center text-white font-medium">
                    <li><a href="#sobre" class="hover:text-opacity-80">Sobre nosotros</a></li>
                    <li><a href="#servicios" class="hover:text-opacity-80">Servicios</a></li>
                    <li><a href="#faq" class="hover:text-opacity-80">FAQ</a></li>
                    <li><a href="#contacto" class="hover:text-opacity-80">Contacto</a></li>
                </ul>
                
                <!-- Mobile menu dropdown -->
                <div 
                    x-show="open" 
                    x-transition:enter="transition ease-out duration-200"
                    x-transition:enter-start="opacity-0 scale-95"
                    x-transition:enter-end="opacity-100 scale-100"
                    x-transition:leave="transition ease-in duration-150"
                    x-transition:leave-start="opacity-100 scale-100"
                    x-transition:leave-end="opacity-0 scale-95"
                    class="absolute top-16 left-0 right-0 z-20 bg-black py-2 shadow-xl md:hidden">
                    <ul class="flex flex-col space-y-4 px-6 py-4">
                        <li><a href="#sobre" class="block hover:text-green-400">Sobre nosotros</a></li>
                        <li><a href="#servicios" class="block hover:text-green-400">Servicios</a></li>
                        <li><a href="#faq" class="block hover:text-green-400">FAQ</a></li>
                        <li><a href="#contacto" class="block hover:text-green-400">Contacto</a></li>
                    </ul>
                </div>
                
                <a href="login.html" class="hidden px-6 py-3 text-white border-2 border-white rounded-full hover:bg-green-400">Login</a>
            </nav>
        </header>
    
        <main class="h-screen md:h-screen w-screen flex items-center justify-center text-center bg-gray-900">
            <section name="hero" class="bg-black h-screen md:h-screen w-screen flex flex-col justify-center items-center px-4 md:px-0">
                <h1 class="text-4xl md:text-6xl lg:text-7xl font-bold mb-6">Convirtiendo idea
    Found 2025-12-19 by HttpPlugin
    Create report
novasdev.comwww.novasdev.com
CN:
novasdev.com
Key:
ECDSA-256
Issuer:
E7
Not before:
2026-01-07 00:53
Not after:
2026-04-07 00:53
novasdev.comwww.novasdev.com
CN:
novasdev.com
Key:
ECDSA-256
Issuer:
E7
Not before:
2025-11-08 01:43
Not after:
2026-02-06 01:43
Domain summary
IP summary