Domain www.cloudeksperten.dk
The Netherlands
MICROSOFT-CORP-MSN-AS-BLOCK
  • Git configuration and history exposed
    First seen 2025-05-25 21:24
    Last seen 2026-01-02 15:13
    Open for 221 days
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a65226ea9d7ed

      [core]
      	repositoryformatversion = 0
      	filemode = true
      	bare = false
      	logallrefupdates = true
      [remote "origin"]
      	url = https://github.com/cloudeksperten/cloudekspertenwebsite_test
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [gc]
      	auto = 0
      [http "https://github.com/"]
      	extraheader = AUTHORIZATION: basic eC1hY2Nlc3MtdG9rZW46Z2hzX0NwdzE1bWZIazRRRGp4MlpZT3dEd2RCcFZhemdraTJaNWI4NQ==
      [branch "release_prod"]
      	remote = origin
      	merge = refs/heads/release_prod
      
      Found on 2026-01-02 15:13
      454 Bytes
  • Open service 51.105.228.104:443 · www.cloudeksperten.dk

    2026-01-09 14:22

    HTTP/1.1 200 OK
    Content-Length: 124877
    Connection: close
    Content-Type: text/html
    Date: Fri, 09 Jan 2026 14:23:10 GMT
    Cache-Control: public, must-revalidate, max-age=30
    ETag: "46799854"
    Last-Modified: Tue, 04 Mar 2025 10:22:55 GMT
    Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
    Referrer-Policy: same-origin
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    X-DNS-Prefetch-Control: off
    
    
      <!DOCTYPE html>
      <html lang="en">
        <head>
          <meta name="generator" content="Primo" />
          <!-- HEAD_svelte-1bpczp6_START --><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta charset="UTF-8"><link rel="preconnect" href="https://fonts.bunny.net"><link href="https://fonts.bunny.net/css?family=fredoka:300,400,500,600,700|space-grotesk:300,400,500,600,700" rel="stylesheet"><link href="https://fonts.bunny.net/css?family=fredoka:300,400,500,600,700|open-sans:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i|space-grotesk:300,400,500,600,700" rel="stylesheet"><link rel="icon" type="image/png" sizes="32x32" href="https://hpbbxsilautqzvswrgxe.supabase.co/storage/v1/object/public/images/fdfe94ff-4832-419e-bf83-30f15f99cf30/1719317640288undefined.webp"><script async src="https://www.googletagmanager.com/gtag/js?id=G-94M93EPFT6"></script><script>window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());
    
      gtag('config', 'G-94M93EPFT6');
    </script><style>/* Reset & standardize default styles */
    @import url("https://unpkg.com/@primo-app/primo@1.3.64/reset.css") layer;
    
    /* Design tokens (apply to components) */
    :root {
      --color-tint: #f8fbff;
    
      --font-heading: "Space Grotesk", sans-serif;
      --font-body: "Open Sans", sans-serif;
    
      /* Colors */
      --color-base: #183b56;
      --color-brand: #1565d8;
      --color-accent: #36b37e;
      --color-accent-2: #0d2436;
      --color-light: #fcfcfd;
      --color-shade: #cbcace;
      --color-inverted: white;
      --color-tint: #e5eaf4;
    
      /* Base values */
      --color: var(--color-base);
      --box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.2);
      --border-radius: 8px;
      --border-color: #eee;
      --background: white;
    }
    
    /* Root element (use instead of `body`) */
    #page {
      font-family: var(--font-body);
      color: var(--color-base);
      line-height: 1.2;
      font-size: 1.125rem;
      background: var(--background);
    }
    
    .section.has-content {
      display: flex;
      justify-content: center;
      padding: 5rem 2rem;
    }
    
    .section.has-content .content {
        max-width: 800px;
        width: 100%;
      }
    
    .section-container {
      max-width: 1250px;
      margin: 0 auto;
      padding: 5rem 2rem;
    }
    
    .heading-group {
      display: grid;
      gap: 1rem;
      place-content: center;
      text-align: center;
    }
    
    .heading-group .superhead {
        font-family: var(--font-body);
        color: var(--color-accent);
        font-size: 0.875rem;
        font-weight: 500;
        letter-spacing: 1.5px;
        text-transform: uppercase;
      }
    
    .heading-group .subheading {
        color: #4f6373;
        line-height: 1.4;
        max-width: 600px;
        font-weight: 400;
        max-width: 600px;
        margin: 0 auto;
      }
    
    .heading {
      font-family: var(--font-heading);
      font-size: 2rem;
      line-height: 1.1;
      font-weight: 500;
      max-width: 600px;
    }
    
    .button {
      color: var(--color-brand, white);
      background: var(--color-inverted);
      border: 2px solid var(--color-brand);
      border-radius: 6px;
      padding: 8px 20px;
      transition: 0.1s background, 0.1s color;
    }
    
    .button:hover {
        color: var(--color-inverted);
        background: var(--color-brand);
        border-color: var(--color-inverted);
      }
    
    .button.inverted {
        background: var(--color-white);
        color: var(--color-brand);
        border-color: #0d2436;
      }
    
    .link {
      font-size: 1.125rem;
      font-weight: 400;
      color: var(--color-brand);
    }
    
    .link .arrow {
        transition: transform 0.1s;
      }
    
    .link:hover .arrow {
        transform: translateX(4px);
      }
    </style><!-- HEAD_svelte-1bpczp6_END -->
          <style>@import url("https://unpkg.com/modern-normalize@1.1.0/modern-normalize.css");header.svelte-6vjs4t.svelte-6vjs4t.svelte-6vjs4t{border-bottom:1px solid var(--border-color)}.section-container.svelte-6vjs4t.svelte-6vjs4t.svelte-6vjs4t{display:flex;justify-content:space-between;align-items:center;padding-top:0.75rem;padding-bottom:0.75rem}.desktop-nav.svelte-6vjs4t.svelte-6vjs4t.svelte-6vjs4t{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;width:100%}.desktop-nav.svelte-6vjs4t .logo.svelte-6vjs4t.svelte-6vjs4t{font-size:1.5rem;font-weight:600;line-height:1.4;margin-right:1.5rem;width:var(--s
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 51.105.228.104:443 · www.cloudeksperten.dk

    2026-01-02 15:13

    HTTP/1.1 200 OK
    Content-Length: 124877
    Connection: close
    Content-Type: text/html
    Date: Fri, 02 Jan 2026 15:13:51 GMT
    Cache-Control: public, must-revalidate, max-age=30
    ETag: "46799854"
    Last-Modified: Tue, 04 Mar 2025 10:22:55 GMT
    Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
    Referrer-Policy: same-origin
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    X-DNS-Prefetch-Control: off
    
    
      <!DOCTYPE html>
      <html lang="en">
        <head>
          <meta name="generator" content="Primo" />
          <!-- HEAD_svelte-1bpczp6_START --><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta charset="UTF-8"><link rel="preconnect" href="https://fonts.bunny.net"><link href="https://fonts.bunny.net/css?family=fredoka:300,400,500,600,700|space-grotesk:300,400,500,600,700" rel="stylesheet"><link href="https://fonts.bunny.net/css?family=fredoka:300,400,500,600,700|open-sans:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i|space-grotesk:300,400,500,600,700" rel="stylesheet"><link rel="icon" type="image/png" sizes="32x32" href="https://hpbbxsilautqzvswrgxe.supabase.co/storage/v1/object/public/images/fdfe94ff-4832-419e-bf83-30f15f99cf30/1719317640288undefined.webp"><script async src="https://www.googletagmanager.com/gtag/js?id=G-94M93EPFT6"></script><script>window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());
    
      gtag('config', 'G-94M93EPFT6');
    </script><style>/* Reset & standardize default styles */
    @import url("https://unpkg.com/@primo-app/primo@1.3.64/reset.css") layer;
    
    /* Design tokens (apply to components) */
    :root {
      --color-tint: #f8fbff;
    
      --font-heading: "Space Grotesk", sans-serif;
      --font-body: "Open Sans", sans-serif;
    
      /* Colors */
      --color-base: #183b56;
      --color-brand: #1565d8;
      --color-accent: #36b37e;
      --color-accent-2: #0d2436;
      --color-light: #fcfcfd;
      --color-shade: #cbcace;
      --color-inverted: white;
      --color-tint: #e5eaf4;
    
      /* Base values */
      --color: var(--color-base);
      --box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.2);
      --border-radius: 8px;
      --border-color: #eee;
      --background: white;
    }
    
    /* Root element (use instead of `body`) */
    #page {
      font-family: var(--font-body);
      color: var(--color-base);
      line-height: 1.2;
      font-size: 1.125rem;
      background: var(--background);
    }
    
    .section.has-content {
      display: flex;
      justify-content: center;
      padding: 5rem 2rem;
    }
    
    .section.has-content .content {
        max-width: 800px;
        width: 100%;
      }
    
    .section-container {
      max-width: 1250px;
      margin: 0 auto;
      padding: 5rem 2rem;
    }
    
    .heading-group {
      display: grid;
      gap: 1rem;
      place-content: center;
      text-align: center;
    }
    
    .heading-group .superhead {
        font-family: var(--font-body);
        color: var(--color-accent);
        font-size: 0.875rem;
        font-weight: 500;
        letter-spacing: 1.5px;
        text-transform: uppercase;
      }
    
    .heading-group .subheading {
        color: #4f6373;
        line-height: 1.4;
        max-width: 600px;
        font-weight: 400;
        max-width: 600px;
        margin: 0 auto;
      }
    
    .heading {
      font-family: var(--font-heading);
      font-size: 2rem;
      line-height: 1.1;
      font-weight: 500;
      max-width: 600px;
    }
    
    .button {
      color: var(--color-brand, white);
      background: var(--color-inverted);
      border: 2px solid var(--color-brand);
      border-radius: 6px;
      padding: 8px 20px;
      transition: 0.1s background, 0.1s color;
    }
    
    .button:hover {
        color: var(--color-inverted);
        background: var(--color-brand);
        border-color: var(--color-inverted);
      }
    
    .button.inverted {
        background: var(--color-white);
        color: var(--color-brand);
        border-color: #0d2436;
      }
    
    .link {
      font-size: 1.125rem;
      font-weight: 400;
      color: var(--color-brand);
    }
    
    .link .arrow {
        transition: transform 0.1s;
      }
    
    .link:hover .arrow {
        transform: translateX(4px);
      }
    </style><!-- HEAD_svelte-1bpczp6_END -->
          <style>@import url("https://unpkg.com/modern-normalize@1.1.0/modern-normalize.css");header.svelte-6vjs4t.svelte-6vjs4t.svelte-6vjs4t{border-bottom:1px solid var(--border-color)}.section-container.svelte-6vjs4t.svelte-6vjs4t.svelte-6vjs4t{display:flex;justify-content:space-between;align-items:center;padding-top:0.75rem;padding-bottom:0.75rem}.desktop-nav.svelte-6vjs4t.svelte-6vjs4t.svelte-6vjs4t{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;width:100%}.desktop-nav.svelte-6vjs4t .logo.svelte-6vjs4t.svelte-6vjs4t{font-size:1.5rem;font-weight:600;line-height:1.4;margin-right:1.5rem;width:var(--s
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 51.105.228.104:443 · www.cloudeksperten.dk

    2025-12-23 08:15

    HTTP/1.1 200 OK
    Content-Length: 124877
    Connection: close
    Content-Type: text/html
    Date: Tue, 23 Dec 2025 08:15:21 GMT
    Cache-Control: public, must-revalidate, max-age=30
    ETag: "46799854"
    Last-Modified: Tue, 04 Mar 2025 10:22:55 GMT
    Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
    Referrer-Policy: same-origin
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    X-DNS-Prefetch-Control: off
    
    
      <!DOCTYPE html>
      <html lang="en">
        <head>
          <meta name="generator" content="Primo" />
          <!-- HEAD_svelte-1bpczp6_START --><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta charset="UTF-8"><link rel="preconnect" href="https://fonts.bunny.net"><link href="https://fonts.bunny.net/css?family=fredoka:300,400,500,600,700|space-grotesk:300,400,500,600,700" rel="stylesheet"><link href="https://fonts.bunny.net/css?family=fredoka:300,400,500,600,700|open-sans:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i|space-grotesk:300,400,500,600,700" rel="stylesheet"><link rel="icon" type="image/png" sizes="32x32" href="https://hpbbxsilautqzvswrgxe.supabase.co/storage/v1/object/public/images/fdfe94ff-4832-419e-bf83-30f15f99cf30/1719317640288undefined.webp"><script async src="https://www.googletagmanager.com/gtag/js?id=G-94M93EPFT6"></script><script>window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());
    
      gtag('config', 'G-94M93EPFT6');
    </script><style>/* Reset & standardize default styles */
    @import url("https://unpkg.com/@primo-app/primo@1.3.64/reset.css") layer;
    
    /* Design tokens (apply to components) */
    :root {
      --color-tint: #f8fbff;
    
      --font-heading: "Space Grotesk", sans-serif;
      --font-body: "Open Sans", sans-serif;
    
      /* Colors */
      --color-base: #183b56;
      --color-brand: #1565d8;
      --color-accent: #36b37e;
      --color-accent-2: #0d2436;
      --color-light: #fcfcfd;
      --color-shade: #cbcace;
      --color-inverted: white;
      --color-tint: #e5eaf4;
    
      /* Base values */
      --color: var(--color-base);
      --box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.2);
      --border-radius: 8px;
      --border-color: #eee;
      --background: white;
    }
    
    /* Root element (use instead of `body`) */
    #page {
      font-family: var(--font-body);
      color: var(--color-base);
      line-height: 1.2;
      font-size: 1.125rem;
      background: var(--background);
    }
    
    .section.has-content {
      display: flex;
      justify-content: center;
      padding: 5rem 2rem;
    }
    
    .section.has-content .content {
        max-width: 800px;
        width: 100%;
      }
    
    .section-container {
      max-width: 1250px;
      margin: 0 auto;
      padding: 5rem 2rem;
    }
    
    .heading-group {
      display: grid;
      gap: 1rem;
      place-content: center;
      text-align: center;
    }
    
    .heading-group .superhead {
        font-family: var(--font-body);
        color: var(--color-accent);
        font-size: 0.875rem;
        font-weight: 500;
        letter-spacing: 1.5px;
        text-transform: uppercase;
      }
    
    .heading-group .subheading {
        color: #4f6373;
        line-height: 1.4;
        max-width: 600px;
        font-weight: 400;
        max-width: 600px;
        margin: 0 auto;
      }
    
    .heading {
      font-family: var(--font-heading);
      font-size: 2rem;
      line-height: 1.1;
      font-weight: 500;
      max-width: 600px;
    }
    
    .button {
      color: var(--color-brand, white);
      background: var(--color-inverted);
      border: 2px solid var(--color-brand);
      border-radius: 6px;
      padding: 8px 20px;
      transition: 0.1s background, 0.1s color;
    }
    
    .button:hover {
        color: var(--color-inverted);
        background: var(--color-brand);
        border-color: var(--color-inverted);
      }
    
    .button.inverted {
        background: var(--color-white);
        color: var(--color-brand);
        border-color: #0d2436;
      }
    
    .link {
      font-size: 1.125rem;
      font-weight: 400;
      color: var(--color-brand);
    }
    
    .link .arrow {
        transition: transform 0.1s;
      }
    
    .link:hover .arrow {
        transform: translateX(4px);
      }
    </style><!-- HEAD_svelte-1bpczp6_END -->
          <style>@import url("https://unpkg.com/modern-normalize@1.1.0/modern-normalize.css");header.svelte-6vjs4t.svelte-6vjs4t.svelte-6vjs4t{border-bottom:1px solid var(--border-color)}.section-container.svelte-6vjs4t.svelte-6vjs4t.svelte-6vjs4t{display:flex;justify-content:space-between;align-items:center;padding-top:0.75rem;padding-bottom:0.75rem}.desktop-nav.svelte-6vjs4t.svelte-6vjs4t.svelte-6vjs4t{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;width:100%}.desktop-nav.svelte-6vjs4t .logo.svelte-6vjs4t.svelte-6vjs4t{font-size:1.5rem;font-weight:600;line-height:1.4;margin-right:1.5rem;width:var(--s
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 51.105.228.104:443 · www.cloudeksperten.dk

    2025-12-21 07:05

    HTTP/1.1 200 OK
    Content-Length: 124877
    Connection: close
    Content-Type: text/html
    Date: Sun, 21 Dec 2025 07:05:27 GMT
    Cache-Control: public, must-revalidate, max-age=30
    ETag: "46799854"
    Last-Modified: Tue, 04 Mar 2025 10:22:55 GMT
    Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
    Referrer-Policy: same-origin
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    X-DNS-Prefetch-Control: off
    
    
      <!DOCTYPE html>
      <html lang="en">
        <head>
          <meta name="generator" content="Primo" />
          <!-- HEAD_svelte-1bpczp6_START --><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta charset="UTF-8"><link rel="preconnect" href="https://fonts.bunny.net"><link href="https://fonts.bunny.net/css?family=fredoka:300,400,500,600,700|space-grotesk:300,400,500,600,700" rel="stylesheet"><link href="https://fonts.bunny.net/css?family=fredoka:300,400,500,600,700|open-sans:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i|space-grotesk:300,400,500,600,700" rel="stylesheet"><link rel="icon" type="image/png" sizes="32x32" href="https://hpbbxsilautqzvswrgxe.supabase.co/storage/v1/object/public/images/fdfe94ff-4832-419e-bf83-30f15f99cf30/1719317640288undefined.webp"><script async src="https://www.googletagmanager.com/gtag/js?id=G-94M93EPFT6"></script><script>window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());
    
      gtag('config', 'G-94M93EPFT6');
    </script><style>/* Reset & standardize default styles */
    @import url("https://unpkg.com/@primo-app/primo@1.3.64/reset.css") layer;
    
    /* Design tokens (apply to components) */
    :root {
      --color-tint: #f8fbff;
    
      --font-heading: "Space Grotesk", sans-serif;
      --font-body: "Open Sans", sans-serif;
    
      /* Colors */
      --color-base: #183b56;
      --color-brand: #1565d8;
      --color-accent: #36b37e;
      --color-accent-2: #0d2436;
      --color-light: #fcfcfd;
      --color-shade: #cbcace;
      --color-inverted: white;
      --color-tint: #e5eaf4;
    
      /* Base values */
      --color: var(--color-base);
      --box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.2);
      --border-radius: 8px;
      --border-color: #eee;
      --background: white;
    }
    
    /* Root element (use instead of `body`) */
    #page {
      font-family: var(--font-body);
      color: var(--color-base);
      line-height: 1.2;
      font-size: 1.125rem;
      background: var(--background);
    }
    
    .section.has-content {
      display: flex;
      justify-content: center;
      padding: 5rem 2rem;
    }
    
    .section.has-content .content {
        max-width: 800px;
        width: 100%;
      }
    
    .section-container {
      max-width: 1250px;
      margin: 0 auto;
      padding: 5rem 2rem;
    }
    
    .heading-group {
      display: grid;
      gap: 1rem;
      place-content: center;
      text-align: center;
    }
    
    .heading-group .superhead {
        font-family: var(--font-body);
        color: var(--color-accent);
        font-size: 0.875rem;
        font-weight: 500;
        letter-spacing: 1.5px;
        text-transform: uppercase;
      }
    
    .heading-group .subheading {
        color: #4f6373;
        line-height: 1.4;
        max-width: 600px;
        font-weight: 400;
        max-width: 600px;
        margin: 0 auto;
      }
    
    .heading {
      font-family: var(--font-heading);
      font-size: 2rem;
      line-height: 1.1;
      font-weight: 500;
      max-width: 600px;
    }
    
    .button {
      color: var(--color-brand, white);
      background: var(--color-inverted);
      border: 2px solid var(--color-brand);
      border-radius: 6px;
      padding: 8px 20px;
      transition: 0.1s background, 0.1s color;
    }
    
    .button:hover {
        color: var(--color-inverted);
        background: var(--color-brand);
        border-color: var(--color-inverted);
      }
    
    .button.inverted {
        background: var(--color-white);
        color: var(--color-brand);
        border-color: #0d2436;
      }
    
    .link {
      font-size: 1.125rem;
      font-weight: 400;
      color: var(--color-brand);
    }
    
    .link .arrow {
        transition: transform 0.1s;
      }
    
    .link:hover .arrow {
        transform: translateX(4px);
      }
    </style><!-- HEAD_svelte-1bpczp6_END -->
          <style>@import url("https://unpkg.com/modern-normalize@1.1.0/modern-normalize.css");header.svelte-6vjs4t.svelte-6vjs4t.svelte-6vjs4t{border-bottom:1px solid var(--border-color)}.section-container.svelte-6vjs4t.svelte-6vjs4t.svelte-6vjs4t{display:flex;justify-content:space-between;align-items:center;padding-top:0.75rem;padding-bottom:0.75rem}.desktop-nav.svelte-6vjs4t.svelte-6vjs4t.svelte-6vjs4t{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;width:100%}.desktop-nav.svelte-6vjs4t .logo.svelte-6vjs4t.svelte-6vjs4t{font-size:1.5rem;font-weight:600;line-height:1.4;margin-right:1.5rem;width:var(--s
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 51.105.228.104:443 · www.cloudeksperten.dk

    2025-12-19 01:09

    HTTP/1.1 200 OK
    Content-Length: 124877
    Connection: close
    Content-Type: text/html
    Date: Fri, 19 Dec 2025 01:09:52 GMT
    Cache-Control: public, must-revalidate, max-age=30
    ETag: "46799854"
    Last-Modified: Tue, 04 Mar 2025 10:22:55 GMT
    Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
    Referrer-Policy: same-origin
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    X-DNS-Prefetch-Control: off
    
    
      <!DOCTYPE html>
      <html lang="en">
        <head>
          <meta name="generator" content="Primo" />
          <!-- HEAD_svelte-1bpczp6_START --><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta charset="UTF-8"><link rel="preconnect" href="https://fonts.bunny.net"><link href="https://fonts.bunny.net/css?family=fredoka:300,400,500,600,700|space-grotesk:300,400,500,600,700" rel="stylesheet"><link href="https://fonts.bunny.net/css?family=fredoka:300,400,500,600,700|open-sans:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i|space-grotesk:300,400,500,600,700" rel="stylesheet"><link rel="icon" type="image/png" sizes="32x32" href="https://hpbbxsilautqzvswrgxe.supabase.co/storage/v1/object/public/images/fdfe94ff-4832-419e-bf83-30f15f99cf30/1719317640288undefined.webp"><script async src="https://www.googletagmanager.com/gtag/js?id=G-94M93EPFT6"></script><script>window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());
    
      gtag('config', 'G-94M93EPFT6');
    </script><style>/* Reset & standardize default styles */
    @import url("https://unpkg.com/@primo-app/primo@1.3.64/reset.css") layer;
    
    /* Design tokens (apply to components) */
    :root {
      --color-tint: #f8fbff;
    
      --font-heading: "Space Grotesk", sans-serif;
      --font-body: "Open Sans", sans-serif;
    
      /* Colors */
      --color-base: #183b56;
      --color-brand: #1565d8;
      --color-accent: #36b37e;
      --color-accent-2: #0d2436;
      --color-light: #fcfcfd;
      --color-shade: #cbcace;
      --color-inverted: white;
      --color-tint: #e5eaf4;
    
      /* Base values */
      --color: var(--color-base);
      --box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.2);
      --border-radius: 8px;
      --border-color: #eee;
      --background: white;
    }
    
    /* Root element (use instead of `body`) */
    #page {
      font-family: var(--font-body);
      color: var(--color-base);
      line-height: 1.2;
      font-size: 1.125rem;
      background: var(--background);
    }
    
    .section.has-content {
      display: flex;
      justify-content: center;
      padding: 5rem 2rem;
    }
    
    .section.has-content .content {
        max-width: 800px;
        width: 100%;
      }
    
    .section-container {
      max-width: 1250px;
      margin: 0 auto;
      padding: 5rem 2rem;
    }
    
    .heading-group {
      display: grid;
      gap: 1rem;
      place-content: center;
      text-align: center;
    }
    
    .heading-group .superhead {
        font-family: var(--font-body);
        color: var(--color-accent);
        font-size: 0.875rem;
        font-weight: 500;
        letter-spacing: 1.5px;
        text-transform: uppercase;
      }
    
    .heading-group .subheading {
        color: #4f6373;
        line-height: 1.4;
        max-width: 600px;
        font-weight: 400;
        max-width: 600px;
        margin: 0 auto;
      }
    
    .heading {
      font-family: var(--font-heading);
      font-size: 2rem;
      line-height: 1.1;
      font-weight: 500;
      max-width: 600px;
    }
    
    .button {
      color: var(--color-brand, white);
      background: var(--color-inverted);
      border: 2px solid var(--color-brand);
      border-radius: 6px;
      padding: 8px 20px;
      transition: 0.1s background, 0.1s color;
    }
    
    .button:hover {
        color: var(--color-inverted);
        background: var(--color-brand);
        border-color: var(--color-inverted);
      }
    
    .button.inverted {
        background: var(--color-white);
        color: var(--color-brand);
        border-color: #0d2436;
      }
    
    .link {
      font-size: 1.125rem;
      font-weight: 400;
      color: var(--color-brand);
    }
    
    .link .arrow {
        transition: transform 0.1s;
      }
    
    .link:hover .arrow {
        transform: translateX(4px);
      }
    </style><!-- HEAD_svelte-1bpczp6_END -->
          <style>@import url("https://unpkg.com/modern-normalize@1.1.0/modern-normalize.css");header.svelte-6vjs4t.svelte-6vjs4t.svelte-6vjs4t{border-bottom:1px solid var(--border-color)}.section-container.svelte-6vjs4t.svelte-6vjs4t.svelte-6vjs4t{display:flex;justify-content:space-between;align-items:center;padding-top:0.75rem;padding-bottom:0.75rem}.desktop-nav.svelte-6vjs4t.svelte-6vjs4t.svelte-6vjs4t{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;width:100%}.desktop-nav.svelte-6vjs4t .logo.svelte-6vjs4t.svelte-6vjs4t{font-size:1.5rem;font-weight:600;line-height:1.4;margin-right:1.5rem;width:var(--s
    Found 2025-12-19 by HttpPlugin
    Create report
www.cloudeksperten.dk
CN:
www.cloudeksperten.dk
Not before:
2025-11-06 00:00
Not after:
2026-04-14 23:59
Domain summary
IP summary