Domain takh.no
Norway
Domeneshop AS
Debian
Software information

Apache Apache 2.4.25

tcp/443 tcp/80

  • Open service 194.63.248.47:80 · www.takh.no

    2026-01-25 16:32

    HTTP/1.1 302 Found
    Date: Sun, 25 Jan 2026 16:32:41 GMT
    Server: Apache/2.4.25 (Debian)
    Location: https://www.takh.no/
    Content-Length: 281
    Connection: close
    Content-Type: text/html; charset=iso-8859-1
    
    Page title: 302 Found
    
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <html><head>
    <title>302 Found</title>
    </head><body>
    <h1>Found</h1>
    <p>The document has moved <a href="https://www.takh.no/">here</a>.</p>
    <hr>
    <address>Apache/2.4.25 (Debian) Server at www.takh.no Port 80</address>
    </body></html>
    
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 2a01:5b40:0:4700::1:80 · takh.no

    2026-01-25 16:32

    HTTP/1.1 302 Found
    Date: Sun, 25 Jan 2026 16:32:41 GMT
    Server: Apache/2.4.25 (Debian)
    Location: https://takh.no/
    Content-Length: 273
    Connection: close
    Content-Type: text/html; charset=iso-8859-1
    
    Page title: 302 Found
    
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <html><head>
    <title>302 Found</title>
    </head><body>
    <h1>Found</h1>
    <p>The document has moved <a href="https://takh.no/">here</a>.</p>
    <hr>
    <address>Apache/2.4.25 (Debian) Server at takh.no Port 80</address>
    </body></html>
    
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 194.63.248.47:443 · takh.no

    2026-01-25 16:32

    HTTP/1.1 200 OK
    Date: Sun, 25 Jan 2026 16:32:23 GMT
    Server: Apache/2.4.25 (Debian)
    Last-Modified: Wed, 19 Nov 2025 18:07:42 GMT
    ETag: "1804-643f674e12007"
    Accept-Ranges: bytes
    Content-Length: 6148
    Vary: Accept-Encoding
    Connection: close
    Content-Type: text/html
    
    Page title: TAKH Event
    
    <!DOCTYPE html>
    <html lang="no">
      <head>
        <meta charset="UTF-8" />
        <title>TAKH Event</title>
        <meta name="viewport" content="width=device-width, initial-scale=1" />
    
        <!-- Font -->
        <link rel="preconnect" href="https://fonts.bunny.net" />
        <link
          href="https://fonts.bunny.net/css?family=inter:400,500,600,700"
          rel="stylesheet"
        />
    
        <!-- Tailwind via CDN -->
        <script src="https://cdn.tailwindcss.com"></script>
    
        <style>
          body {
            font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont,
              "Segoe UI", sans-serif;
            background-color: #0b0c10;
          }
    
          /* Enkel fade-in animasjon for hero-teksten */
          .fade-in-up {
            opacity: 0;
            transform: translateY(20px);
            animation: fadeInUp 0.7s ease-out forwards;
          }
    
          .fade-in-up.delay {
            animation-delay: 0.15s;
          }
    
          @keyframes fadeInUp {
            to {
              opacity: 1;
              transform: translateY(0);
            }
          }
        </style>
    
        <script>
          function scrollToId(id) {
            const el = document.getElementById(id);
            if (el) {
              el.scrollIntoView({ behavior: "smooth" });
            }
          }
    
          function handleSubmit(e) {
            e.preventDefault();
            const email = document.getElementById("email-input").value;
            if (!email) return;
    
            console.log("Kontaktform sendt:", { email });
            alert("Takk! Vi tar kontakt så snart som mulig.");
            e.target.reset();
          }
        </script>
      </head>
    
      <body class="bg-[#0B0C10] text-white antialiased">
        <!-- Header -->
        <header
          class="fixed top-0 left-0 right-0 z-50 border-b border-white/10 bg-[#0B0C10]/70 backdrop-blur-xl"
        >
          <div
            class="mx-auto flex max-w-7xl items-center justify-between px-4 py-4 md:px-8"
          >
            <div class="flex items-center gap-2">
              <div
                class="h-3 w-3 rounded-full"
                style="background-color: #c0a062"
              ></div>
              <span
                class="text-sm font-semibold tracking-wide text-white uppercase"
                >TAKH Event</span
              >
            </div>
    
            <nav
              class="hidden items-center gap-8 text-xs font-medium text-white/70 md:flex"
            >
              <button
                class="hover:text-white transition-colors"
                onclick="scrollToId('contact')"
              >
                Kontakt
              </button>
            </nav>
    
            <button
              class="inline-flex items-center justify-center rounded-2xl px-5 py-3 text-xs font-semibold tracking-wide bg-white text-[#0B0C10] hover:bg-[#C0A062] hover:text-[#0B0C10] transition-colors focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-[#C0A062] focus:ring-offset-[#0B0C10]"
              onclick="scrollToId('contact')"
            >
              Meld interesse
            </button>
          </div>
        </header>
    
        <!-- Hero -->
        <section
          class="relative flex min-h-[90vh] items-center justify-center overflow-hidden pt-24"
        >
          <div class="absolute inset-0">
            <img
              src="https://images.unsplash.com/photo-1524777317224-a01d4a9c0f5b?auto=format&fit=crop&w=1600&q=80"
              alt="Champagne på fjorden"
              class="h-full w-full object-cover"
            />
            <div class="absolute inset-0 bg-[#0B0C10]/70"></div>
          </div>
    
          <div
            class="relative z-10 mx-auto flex flex-col items-center px-4 text-center md:px-8"
          >
            <h1
              class="fade-in-up text-[3rem] md:text-[5rem] font-semibold tracking-tight"
              style="color: #c0a062"
            >
              TAKH Event
            </h1>
            <p
              class="fade-in-up delay mt-4 text-base text-white/70 md:text-lg max-w-xl"
            >
              Eksklusive opplevelser på tak og til sjøs.
            </p>
          </div>
        </section>
    
        <!-- Kontakt -->
        <section id="contact" class="bg-[#0B0C10] py-24">
          <div class="mx-auto max-w-2xl px-4 md:px-8 text-cente
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 2a01:5b40:0:4700::1:80 · www.takh.no

    2026-01-25 16:32

    HTTP/1.1 302 Found
    Date: Sun, 25 Jan 2026 16:32:41 GMT
    Server: Apache/2.4.25 (Debian)
    Location: https://www.takh.no/
    Content-Length: 281
    Connection: close
    Content-Type: text/html; charset=iso-8859-1
    
    Page title: 302 Found
    
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <html><head>
    <title>302 Found</title>
    </head><body>
    <h1>Found</h1>
    <p>The document has moved <a href="https://www.takh.no/">here</a>.</p>
    <hr>
    <address>Apache/2.4.25 (Debian) Server at www.takh.no Port 80</address>
    </body></html>
    
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 2a01:5b40:0:4700::1:443 · www.takh.no

    2026-01-25 16:32

    HTTP/1.1 200 OK
    Date: Sun, 25 Jan 2026 16:32:22 GMT
    Server: Apache/2.4.25 (Debian)
    Last-Modified: Wed, 19 Nov 2025 18:07:42 GMT
    ETag: "1804-643f674e12007"
    Accept-Ranges: bytes
    Content-Length: 6148
    Vary: Accept-Encoding
    Connection: close
    Content-Type: text/html
    
    Page title: TAKH Event
    
    <!DOCTYPE html>
    <html lang="no">
      <head>
        <meta charset="UTF-8" />
        <title>TAKH Event</title>
        <meta name="viewport" content="width=device-width, initial-scale=1" />
    
        <!-- Font -->
        <link rel="preconnect" href="https://fonts.bunny.net" />
        <link
          href="https://fonts.bunny.net/css?family=inter:400,500,600,700"
          rel="stylesheet"
        />
    
        <!-- Tailwind via CDN -->
        <script src="https://cdn.tailwindcss.com"></script>
    
        <style>
          body {
            font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont,
              "Segoe UI", sans-serif;
            background-color: #0b0c10;
          }
    
          /* Enkel fade-in animasjon for hero-teksten */
          .fade-in-up {
            opacity: 0;
            transform: translateY(20px);
            animation: fadeInUp 0.7s ease-out forwards;
          }
    
          .fade-in-up.delay {
            animation-delay: 0.15s;
          }
    
          @keyframes fadeInUp {
            to {
              opacity: 1;
              transform: translateY(0);
            }
          }
        </style>
    
        <script>
          function scrollToId(id) {
            const el = document.getElementById(id);
            if (el) {
              el.scrollIntoView({ behavior: "smooth" });
            }
          }
    
          function handleSubmit(e) {
            e.preventDefault();
            const email = document.getElementById("email-input").value;
            if (!email) return;
    
            console.log("Kontaktform sendt:", { email });
            alert("Takk! Vi tar kontakt så snart som mulig.");
            e.target.reset();
          }
        </script>
      </head>
    
      <body class="bg-[#0B0C10] text-white antialiased">
        <!-- Header -->
        <header
          class="fixed top-0 left-0 right-0 z-50 border-b border-white/10 bg-[#0B0C10]/70 backdrop-blur-xl"
        >
          <div
            class="mx-auto flex max-w-7xl items-center justify-between px-4 py-4 md:px-8"
          >
            <div class="flex items-center gap-2">
              <div
                class="h-3 w-3 rounded-full"
                style="background-color: #c0a062"
              ></div>
              <span
                class="text-sm font-semibold tracking-wide text-white uppercase"
                >TAKH Event</span
              >
            </div>
    
            <nav
              class="hidden items-center gap-8 text-xs font-medium text-white/70 md:flex"
            >
              <button
                class="hover:text-white transition-colors"
                onclick="scrollToId('contact')"
              >
                Kontakt
              </button>
            </nav>
    
            <button
              class="inline-flex items-center justify-center rounded-2xl px-5 py-3 text-xs font-semibold tracking-wide bg-white text-[#0B0C10] hover:bg-[#C0A062] hover:text-[#0B0C10] transition-colors focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-[#C0A062] focus:ring-offset-[#0B0C10]"
              onclick="scrollToId('contact')"
            >
              Meld interesse
            </button>
          </div>
        </header>
    
        <!-- Hero -->
        <section
          class="relative flex min-h-[90vh] items-center justify-center overflow-hidden pt-24"
        >
          <div class="absolute inset-0">
            <img
              src="https://images.unsplash.com/photo-1524777317224-a01d4a9c0f5b?auto=format&fit=crop&w=1600&q=80"
              alt="Champagne på fjorden"
              class="h-full w-full object-cover"
            />
            <div class="absolute inset-0 bg-[#0B0C10]/70"></div>
          </div>
    
          <div
            class="relative z-10 mx-auto flex flex-col items-center px-4 text-center md:px-8"
          >
            <h1
              class="fade-in-up text-[3rem] md:text-[5rem] font-semibold tracking-tight"
              style="color: #c0a062"
            >
              TAKH Event
            </h1>
            <p
              class="fade-in-up delay mt-4 text-base text-white/70 md:text-lg max-w-xl"
            >
              Eksklusive opplevelser på tak og til sjøs.
            </p>
          </div>
        </section>
    
        <!-- Kontakt -->
        <section id="contact" class="bg-[#0B0C10] py-24">
          <div class="mx-auto max-w-2xl px-4 md:px-8 text-cente
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 2a01:5b40:0:4700::1:443 · takh.no

    2026-01-25 16:32

    HTTP/1.1 200 OK
    Date: Sun, 25 Jan 2026 16:32:21 GMT
    Server: Apache/2.4.25 (Debian)
    Last-Modified: Wed, 19 Nov 2025 18:07:42 GMT
    ETag: "1804-643f674e12007"
    Accept-Ranges: bytes
    Content-Length: 6148
    Vary: Accept-Encoding
    Connection: close
    Content-Type: text/html
    
    Page title: TAKH Event
    
    <!DOCTYPE html>
    <html lang="no">
      <head>
        <meta charset="UTF-8" />
        <title>TAKH Event</title>
        <meta name="viewport" content="width=device-width, initial-scale=1" />
    
        <!-- Font -->
        <link rel="preconnect" href="https://fonts.bunny.net" />
        <link
          href="https://fonts.bunny.net/css?family=inter:400,500,600,700"
          rel="stylesheet"
        />
    
        <!-- Tailwind via CDN -->
        <script src="https://cdn.tailwindcss.com"></script>
    
        <style>
          body {
            font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont,
              "Segoe UI", sans-serif;
            background-color: #0b0c10;
          }
    
          /* Enkel fade-in animasjon for hero-teksten */
          .fade-in-up {
            opacity: 0;
            transform: translateY(20px);
            animation: fadeInUp 0.7s ease-out forwards;
          }
    
          .fade-in-up.delay {
            animation-delay: 0.15s;
          }
    
          @keyframes fadeInUp {
            to {
              opacity: 1;
              transform: translateY(0);
            }
          }
        </style>
    
        <script>
          function scrollToId(id) {
            const el = document.getElementById(id);
            if (el) {
              el.scrollIntoView({ behavior: "smooth" });
            }
          }
    
          function handleSubmit(e) {
            e.preventDefault();
            const email = document.getElementById("email-input").value;
            if (!email) return;
    
            console.log("Kontaktform sendt:", { email });
            alert("Takk! Vi tar kontakt så snart som mulig.");
            e.target.reset();
          }
        </script>
      </head>
    
      <body class="bg-[#0B0C10] text-white antialiased">
        <!-- Header -->
        <header
          class="fixed top-0 left-0 right-0 z-50 border-b border-white/10 bg-[#0B0C10]/70 backdrop-blur-xl"
        >
          <div
            class="mx-auto flex max-w-7xl items-center justify-between px-4 py-4 md:px-8"
          >
            <div class="flex items-center gap-2">
              <div
                class="h-3 w-3 rounded-full"
                style="background-color: #c0a062"
              ></div>
              <span
                class="text-sm font-semibold tracking-wide text-white uppercase"
                >TAKH Event</span
              >
            </div>
    
            <nav
              class="hidden items-center gap-8 text-xs font-medium text-white/70 md:flex"
            >
              <button
                class="hover:text-white transition-colors"
                onclick="scrollToId('contact')"
              >
                Kontakt
              </button>
            </nav>
    
            <button
              class="inline-flex items-center justify-center rounded-2xl px-5 py-3 text-xs font-semibold tracking-wide bg-white text-[#0B0C10] hover:bg-[#C0A062] hover:text-[#0B0C10] transition-colors focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-[#C0A062] focus:ring-offset-[#0B0C10]"
              onclick="scrollToId('contact')"
            >
              Meld interesse
            </button>
          </div>
        </header>
    
        <!-- Hero -->
        <section
          class="relative flex min-h-[90vh] items-center justify-center overflow-hidden pt-24"
        >
          <div class="absolute inset-0">
            <img
              src="https://images.unsplash.com/photo-1524777317224-a01d4a9c0f5b?auto=format&fit=crop&w=1600&q=80"
              alt="Champagne på fjorden"
              class="h-full w-full object-cover"
            />
            <div class="absolute inset-0 bg-[#0B0C10]/70"></div>
          </div>
    
          <div
            class="relative z-10 mx-auto flex flex-col items-center px-4 text-center md:px-8"
          >
            <h1
              class="fade-in-up text-[3rem] md:text-[5rem] font-semibold tracking-tight"
              style="color: #c0a062"
            >
              TAKH Event
            </h1>
            <p
              class="fade-in-up delay mt-4 text-base text-white/70 md:text-lg max-w-xl"
            >
              Eksklusive opplevelser på tak og til sjøs.
            </p>
          </div>
        </section>
    
        <!-- Kontakt -->
        <section id="contact" class="bg-[#0B0C10] py-24">
          <div class="mx-auto max-w-2xl px-4 md:px-8 text-cente
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 194.63.248.47:80 · takh.no

    2026-01-25 16:32

    HTTP/1.1 302 Found
    Date: Sun, 25 Jan 2026 16:32:41 GMT
    Server: Apache/2.4.25 (Debian)
    Location: https://takh.no/
    Content-Length: 273
    Connection: close
    Content-Type: text/html; charset=iso-8859-1
    
    Page title: 302 Found
    
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <html><head>
    <title>302 Found</title>
    </head><body>
    <h1>Found</h1>
    <p>The document has moved <a href="https://takh.no/">here</a>.</p>
    <hr>
    <address>Apache/2.4.25 (Debian) Server at takh.no Port 80</address>
    </body></html>
    
    Found 2026-01-25 by HttpPlugin
    Create report
takh.nowww.takh.no
CN:
www.takh.no
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-12 19:12
Not after:
2026-02-10 19:12
Domain summary
IP summary