Domain www.backbonefibre.com
United States
FASTLY
Software information

GitHub.com

tcp/443

  • Open service 2606:50c0:8002::153:443 · www.backbonefibre.com

    2026-02-06 14:14

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 14128
    Server: GitHub.com
    Content-Type: text/html; charset=utf-8
    Last-Modified: Fri, 06 Feb 2026 14:03:09 GMT
    Access-Control-Allow-Origin: *
    ETag: "6985f49d-3730"
    expires: Fri, 06 Feb 2026 14:24:07 GMT
    Cache-Control: max-age=600
    x-proxy-cache: MISS
    X-GitHub-Request-Id: 948F:1411:EE40AC:F0E7AE:6985F72C
    Accept-Ranges: bytes
    Age: 0
    Date: Fri, 06 Feb 2026 14:14:07 GMT
    Via: 1.1 varnish
    X-Served-By: cache-sin-wsat1880021-SIN
    X-Cache: MISS
    X-Cache-Hits: 0
    X-Timer: S1770387248.523603,VS0,VE281
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 668d1f24e23e934dd77ccd87a0d7f4effaa42d60
    
    Page title: BackboneFibre | Data Centre Fibre Cabling, Splicing & Testing (South UK)
    
    <!doctype html>
    <html lang="en-GB">
    <head>
      <meta charset="utf-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1" />
      <meta name="description" content="BackboneFibre provides data centre fibre cabling, splicing, testing and remediation across the South (UK). Subcontract and fixed-price delivery." />
      <title>BackboneFibre | Data Centre Fibre Cabling, Splicing & Testing (South UK)</title>
      <link rel="icon" href="favicon.ico" />
      <style>
      :root{
        --bg:#0b1220;
        --card:#111a2e;
        --text:#e7eefc;
        --muted:#b7c6e6;
        --accent:#4ad6ff;
        --accent2:#8cffb0;
        --line:rgba(255,255,255,.12);
        --shadow:0 16px 40px rgba(0,0,0,.35);
        --radius:18px;
        --max:1100px;
      }
    
      *{box-sizing:border-box}
    
      body{
        margin:0;
        font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;
        background:
          radial-gradient(1200px 600px at 20% 0%, rgba(74,214,255,.18), transparent 60%),
          radial-gradient(1000px 500px at 90% 10%, rgba(140,255,176,.12), transparent 55%),
          var(--bg);
        color:var(--text);
        line-height:1.5;
      }
    
      a{color:inherit}
    
      .wrap{
        max-width:var(--max);
        margin:0 auto;
        padding:24px;
      }
    
      /* ================= HEADER / NAV ================= */
    
      header{
        position:sticky;
        top:0;
        backdrop-filter:blur(10px);
        background:rgba(11,18,32,.65);
        border-bottom:1px solid var(--line);
        z-index:10;
      }
    
      .nav{flex:1;display:flex;justify-content:center;}
    
      .brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:800;letter-spacing:.2px;margin-right:auto;}
    
      .logoimg{height:60px;width:auto;max-height:none;display:block;}
        img.logoimg{height:60px!important;width:auto!important;max-height:none!important;}
    
      nav{flex:1;display:flex;justify-content:center;}
    
      .nav ul{
        list-style:none;
        padding:0;
        margin:0;
        display:flex;
        gap:18px;
        flex-wrap:nowrap;
        align-items:center;
        justify-content:flex-end;
      }
    
      .nav li{
        white-space:nowrap;
      }
    
      .nav ul a{
        text-decoration:none;
        color:var(--muted);
        font-weight:600;
        padding:10px 10px;
        border-radius:12px;
      }
    
      .nav ul a:hover{
        background:rgba(255,255,255,.06);
        color:var(--text);
      }
    
      .cta{display:flex;gap:10px;align-items:center;flex-wrap:nowrap;margin-left:auto;}
    
      .btn{
        display:inline-flex;
        align-items:center;
        justify-content:center;
        padding:11px 14px;
        border-radius:14px;
        border:1px solid rgba(255,255,255,.14);
        background:rgba(255,255,255,.06);
        text-decoration:none;
        font-weight:700;
        cursor:pointer;
      }
    
      .btn:hover{background:rgba(255,255,255,.10)}
    
      .btn.primary{
        border:none;
        background:linear-gradient(135deg,var(--accent),var(--accent2));
        color:#07101f;
      }
    
      /* ================= HERO ================= */
    
      .hero{
        padding:58px 0 26px;
        border-bottom:1px solid var(--line);
      }
    
      .grid{
        display:grid;
        gap:22px;
        grid-template-columns:1.25fr .75fr;
        align-items:start;
      }
    
      @media (max-width:920px){.grid{grid-template-columns:1fr}.logoimg{height:80px}}
    
      h1{
        font-size:clamp(30px,4vw,50px);
        line-height:1.05;
        margin:0 0 14px;
      }
    
      .lead{
        color:var(--muted);
        font-size:clamp(16px,1.6vw,18px);
        margin:0 0 18px;
      }
    
      .pillrow{
        display:flex;
        gap:10px;
        flex-wrap:wrap;
        margin:18px 0 0;
      }
    
      .pill{
        border:1px solid rgba(255,255,255,.14);
        background:rgba(255,255,255,.06);
        padding:8px 10px;
        border-radius:999px;
        color:var(--muted);
        font-weight:700;
        font-size:13px;
      }
    
      /* ================= CONTENT ================= */
    
      section{
        padding:38px 0;
        border-bottom:1px solid var(--line);
      }
    
      h2{
        margin:0 0 14px;
        font-size:28px;
      }
    
      .cols3{
        display:grid;
        gap:16px;
        grid-template-columns:repeat(3,1fr);
      }
    
      @media (max-width:920px){
        .cols3{grid-template-columns:1fr}
      }
    
      .card{
        background:rgba(17,26,46,.74);
        border:1px solid rgba(255,255,255,.12);
        border-radius:var(--radius);
        box-shadow:var(--
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 185.199.111.153:443 · www.backbonefibre.com

    2026-02-06 14:14

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 14128
    Server: GitHub.com
    Content-Type: text/html; charset=utf-8
    Last-Modified: Fri, 06 Feb 2026 14:03:09 GMT
    Access-Control-Allow-Origin: *
    ETag: "6985f49d-3730"
    expires: Fri, 06 Feb 2026 14:24:07 GMT
    Cache-Control: max-age=600
    x-proxy-cache: MISS
    X-GitHub-Request-Id: 9A6C:14639C:11E4E70:121AFC5:6985F72F
    Accept-Ranges: bytes
    Age: 0
    Date: Fri, 06 Feb 2026 14:14:07 GMT
    Via: 1.1 varnish
    X-Served-By: cache-rtm-ehrd2290053-RTM
    X-Cache: MISS
    X-Cache-Hits: 0
    X-Timer: S1770387247.460772,VS0,VE117
    Vary: Accept-Encoding
    X-Fastly-Request-ID: a9386b22e7834328bc294148e5dec9ef6e236100
    
    Page title: BackboneFibre | Data Centre Fibre Cabling, Splicing & Testing (South UK)
    
    <!doctype html>
    <html lang="en-GB">
    <head>
      <meta charset="utf-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1" />
      <meta name="description" content="BackboneFibre provides data centre fibre cabling, splicing, testing and remediation across the South (UK). Subcontract and fixed-price delivery." />
      <title>BackboneFibre | Data Centre Fibre Cabling, Splicing & Testing (South UK)</title>
      <link rel="icon" href="favicon.ico" />
      <style>
      :root{
        --bg:#0b1220;
        --card:#111a2e;
        --text:#e7eefc;
        --muted:#b7c6e6;
        --accent:#4ad6ff;
        --accent2:#8cffb0;
        --line:rgba(255,255,255,.12);
        --shadow:0 16px 40px rgba(0,0,0,.35);
        --radius:18px;
        --max:1100px;
      }
    
      *{box-sizing:border-box}
    
      body{
        margin:0;
        font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;
        background:
          radial-gradient(1200px 600px at 20% 0%, rgba(74,214,255,.18), transparent 60%),
          radial-gradient(1000px 500px at 90% 10%, rgba(140,255,176,.12), transparent 55%),
          var(--bg);
        color:var(--text);
        line-height:1.5;
      }
    
      a{color:inherit}
    
      .wrap{
        max-width:var(--max);
        margin:0 auto;
        padding:24px;
      }
    
      /* ================= HEADER / NAV ================= */
    
      header{
        position:sticky;
        top:0;
        backdrop-filter:blur(10px);
        background:rgba(11,18,32,.65);
        border-bottom:1px solid var(--line);
        z-index:10;
      }
    
      .nav{flex:1;display:flex;justify-content:center;}
    
      .brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:800;letter-spacing:.2px;margin-right:auto;}
    
      .logoimg{height:60px;width:auto;max-height:none;display:block;}
        img.logoimg{height:60px!important;width:auto!important;max-height:none!important;}
    
      nav{flex:1;display:flex;justify-content:center;}
    
      .nav ul{
        list-style:none;
        padding:0;
        margin:0;
        display:flex;
        gap:18px;
        flex-wrap:nowrap;
        align-items:center;
        justify-content:flex-end;
      }
    
      .nav li{
        white-space:nowrap;
      }
    
      .nav ul a{
        text-decoration:none;
        color:var(--muted);
        font-weight:600;
        padding:10px 10px;
        border-radius:12px;
      }
    
      .nav ul a:hover{
        background:rgba(255,255,255,.06);
        color:var(--text);
      }
    
      .cta{display:flex;gap:10px;align-items:center;flex-wrap:nowrap;margin-left:auto;}
    
      .btn{
        display:inline-flex;
        align-items:center;
        justify-content:center;
        padding:11px 14px;
        border-radius:14px;
        border:1px solid rgba(255,255,255,.14);
        background:rgba(255,255,255,.06);
        text-decoration:none;
        font-weight:700;
        cursor:pointer;
      }
    
      .btn:hover{background:rgba(255,255,255,.10)}
    
      .btn.primary{
        border:none;
        background:linear-gradient(135deg,var(--accent),var(--accent2));
        color:#07101f;
      }
    
      /* ================= HERO ================= */
    
      .hero{
        padding:58px 0 26px;
        border-bottom:1px solid var(--line);
      }
    
      .grid{
        display:grid;
        gap:22px;
        grid-template-columns:1.25fr .75fr;
        align-items:start;
      }
    
      @media (max-width:920px){.grid{grid-template-columns:1fr}.logoimg{height:80px}}
    
      h1{
        font-size:clamp(30px,4vw,50px);
        line-height:1.05;
        margin:0 0 14px;
      }
    
      .lead{
        color:var(--muted);
        font-size:clamp(16px,1.6vw,18px);
        margin:0 0 18px;
      }
    
      .pillrow{
        display:flex;
        gap:10px;
        flex-wrap:wrap;
        margin:18px 0 0;
      }
    
      .pill{
        border:1px solid rgba(255,255,255,.14);
        background:rgba(255,255,255,.06);
        padding:8px 10px;
        border-radius:999px;
        color:var(--muted);
        font-weight:700;
        font-size:13px;
      }
    
      /* ================= CONTENT ================= */
    
      section{
        padding:38px 0;
        border-bottom:1px solid var(--line);
      }
    
      h2{
        margin:0 0 14px;
        font-size:28px;
      }
    
      .cols3{
        display:grid;
        gap:16px;
        grid-template-columns:repeat(3,1fr);
      }
    
      @media (max-width:920px){
        .cols3{grid-template-columns:1fr}
      }
    
      .card{
        background:rgba(17,26,46,.74);
        border:1px solid rgba(255,255,255,.12);
        border-radius:var(--radius);
        box-shadow:var(--
    Found 2 days ago by HttpPlugin
    Create report
*.github.io*.github.com*.githubusercontent.comgithub.comgithub.iogithubusercontent.comwww.github.com
CN:
*.github.io
Not before:
2025-03-07 00:00
Not after:
2026-03-07 23:59
backbonefibre.comwww.backbonefibre.com
CN:
www.backbonefibre.com
Key:
RSA-2048
Issuer:
R12
Not before:
2026-02-06 13:15
Not after:
2026-05-07 13:15
Domain summary