Domain colombiere.com
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443

  • Git configuration and history exposed
    First seen 2024-08-15 13:53
    Last seen 2024-09-02 19:59
    Open for 18 days
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a65221afe7814

      [core]
      	repositoryformatversion = 0
      	filemode = true
      	bare = false
      	logallrefupdates = true
      [remote "origin"]
      	url = https://github.com/IGD-Solutions/Colombiere
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [gc]
      	auto = 0
      [http "https://github.com/"]
      	extraheader = AUTHORIZATION: basic eC1hY2Nlc3MtdG9rZW46Z2hzXzZhdzFVc0R5UmRsS3g0V2ZQT2NPdVU1dDJ6a0VTejRaSGxROA==
      [branch "main"]
      	remote = origin
      	merge = refs/heads/main
      
      Found on 2024-09-02 19:59
      421 Bytes
  • Open service 172.67.159.236:443 · colombiere.com

    2024-11-01 01:45

    HTTP/1.1 200 OK
    Date: Fri, 01 Nov 2024 01:45:35 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Last-Modified: Fri, 06 Sep 2024 17:11:39 GMT
    Vary: Accept-Encoding
    cf-cache-status: DYNAMIC
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=AclHr7Chkh99Tkywf4MUL7xI4kyPkijalQVHCqxXS4uCbToSGnNONUOnaoymSTQgnZPk%2BEC1g3xIWd%2BCe45B%2FQQxJCwZZrUFei%2FLvlD1aggDa6DA8mPwkpO%2BLvinp%2BL4xQ%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8db834cbcf850348-CDG
    alt-svc: h3=":443"; ma=86400
    server-timing: cfL4;desc="?proto=TCP&rtt=13533&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3103&recv_bytes=560&delivery_rate=320330&cwnd=116&unsent_bytes=0&cid=8f1730c7ac6a08f0&ts=211&x=0"
    
    Page title:  Colombiere Center 
    
    <!DOCTYPE html>
    <html xmlns="http://www.w3.org/1999/xhtml"
          xmlns:fb="http://ogp.me/ns/fb#">
    <body>
    <head>
    
      <link rel="stylesheet" href="homeCSS.css">
      <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
      <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@500;700&display=swap">
      <link href="https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap" rel="stylesheet">
      <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
    
    <meta property="og:image" content="https://www.colombiere.com/Drivewayshrine.jpg" />
    <meta property="og:image:width" content="450"/>
    <meta property="og:image:height" content="298"/>
    <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
    <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
    <link rel="manifest" href="/site.webmanifest">
    <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
    <meta name="msapplication-TileColor" content="#da532c">
    <meta name="theme-color" content="#ffffff">
    <title> Colombiere Center </title>
    
    </head>
    <div class="video">
    <video autoplay muted loop id="myVideo">
      <source src="Colombiere-no-pool.mp4" type="video/mp4">
    </video>
    </div>
    <div class="row">
      <div class="col-3 col-s-8 ">
    <div class="content">
    <div class="navbar" id="myNavbar">
    
      <a href="index.html">Home</a>
    <a href="about-us.html">About Us</a>
      <a href="services.html">Services</a>
    
     
      <a href="contact+location.html">Contact & Location</a>
      <a href="testimonials.html">Testimonials</a>
      <a href="donations.html">Donations</a>
      <a href="career.html">Careers</a>
     <div class="dropdown">
      <button class="dropbtn" onclick="myFunction()">Overview
        <i class="fa fa-caret-down"></i>
      </button>
      <div class="dropdown-content" id="myDropdown">
    
      <a href="dining.html">Dining</a>
        <a href="recreation.html">Recreation</a>
        <a href="bandcamp.html">Band Camp</a>
        <a href="mainchapel.html">Main Chapel</a>
    <a href="events.html">Events</a>
     </div>
    
    </div>
      <a href="javascript:void(0);" class="icon" onclick="nxtFunction()">
        <i class="fa fa-bars" style="margin-top: 20px;"></i>
    </a>
      <div class="header">
    
      
      <h1><i>Colombiere Conference & Retreat Center</i></h1>
    <br>
    
    <p1><i>9075 Big Lake Rd</i></p1>
    <br>
    
      <p2><i> Clarkston, Michigan <i></p2>
    <br>
      <p3><i> 248 - 625 - 5611<i> </p3>
    <br>
    
    <br>
    <br>
    
    </div>
    </div>
    </div>
    </div>
    
    <script>
    /* When the user clicks on the button, 
    toggle between hiding and showing the dropdown content */
    function myFunction() {
      document.getElementById("myDropdown").classList.toggle("show");
    }
    
    // Close the dropdown if the user clicks outside of it
    window.onclick = function(e) {
      if (!e.target.matches('.dropbtn')) {
      var myDropdown = document.getElementById("myDropdown");
        if (myDropdown.classList.contains('show')) {
          myDropdown.classList.remove('show');
        }
      }
    }
    </script>
    <script>
    function nxtFunction() {
      var x = document.getElementById("myNavbar");
      if (x.className === "navbar") {
        x.className += " responsive";
      } else {
        x.className = "navbar";
      }
    
    }
    </script>
    
    
    
    
    </body>
    </html>
    Found 2024-11-01 by HttpPlugin
    Create report
  • Open service 172.67.159.236:443 · colombiere.com

    2024-10-30 03:00

    HTTP/1.1 200 OK
    Date: Wed, 30 Oct 2024 03:00:44 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Last-Modified: Fri, 06 Sep 2024 17:11:39 GMT
    Vary: Accept-Encoding
    cf-cache-status: DYNAMIC
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=GplDkJP0XTFiZ1NsXi1HQto%2B2iQ61BzA7aI7PvhNUZFTBSgESrJgoCOzqDGTBuTBbrszOHGV8DM2nRyeied86Z%2F11eV0dVISLIGijCMIkUBD0V2bw%2BCtU2GXG3X8P4qEGw%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8da8282158f166e0-AMS
    alt-svc: h3=":443"; ma=86400
    server-timing: cfL4;desc="?proto=TCP&rtt=1064&sent=6&recv=8&lost=0&retrans=1&sent_bytes=4550&recv_bytes=560&delivery_rate=274710&cwnd=227&unsent_bytes=0&cid=74d81ba17834400d&ts=212&x=0"
    
    Page title:  Colombiere Center 
    
    <!DOCTYPE html>
    <html xmlns="http://www.w3.org/1999/xhtml"
          xmlns:fb="http://ogp.me/ns/fb#">
    <body>
    <head>
    
      <link rel="stylesheet" href="homeCSS.css">
      <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
      <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@500;700&display=swap">
      <link href="https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap" rel="stylesheet">
      <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
    
    <meta property="og:image" content="https://www.colombiere.com/Drivewayshrine.jpg" />
    <meta property="og:image:width" content="450"/>
    <meta property="og:image:height" content="298"/>
    <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
    <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
    <link rel="manifest" href="/site.webmanifest">
    <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
    <meta name="msapplication-TileColor" content="#da532c">
    <meta name="theme-color" content="#ffffff">
    <title> Colombiere Center </title>
    
    </head>
    <div class="video">
    <video autoplay muted loop id="myVideo">
      <source src="Colombiere-no-pool.mp4" type="video/mp4">
    </video>
    </div>
    <div class="row">
      <div class="col-3 col-s-8 ">
    <div class="content">
    <div class="navbar" id="myNavbar">
    
      <a href="index.html">Home</a>
    <a href="about-us.html">About Us</a>
      <a href="services.html">Services</a>
    
     
      <a href="contact+location.html">Contact & Location</a>
      <a href="testimonials.html">Testimonials</a>
      <a href="donations.html">Donations</a>
      <a href="career.html">Careers</a>
     <div class="dropdown">
      <button class="dropbtn" onclick="myFunction()">Overview
        <i class="fa fa-caret-down"></i>
      </button>
      <div class="dropdown-content" id="myDropdown">
    
      <a href="dining.html">Dining</a>
        <a href="recreation.html">Recreation</a>
        <a href="bandcamp.html">Band Camp</a>
        <a href="mainchapel.html">Main Chapel</a>
    <a href="events.html">Events</a>
     </div>
    
    </div>
      <a href="javascript:void(0);" class="icon" onclick="nxtFunction()">
        <i class="fa fa-bars" style="margin-top: 20px;"></i>
    </a>
      <div class="header">
    
      
      <h1><i>Colombiere Conference & Retreat Center</i></h1>
    <br>
    
    <p1><i>9075 Big Lake Rd</i></p1>
    <br>
    
      <p2><i> Clarkston, Michigan <i></p2>
    <br>
      <p3><i> 248 - 625 - 5611<i> </p3>
    <br>
    
    <br>
    <br>
    
    </div>
    </div>
    </div>
    </div>
    
    <script>
    /* When the user clicks on the button, 
    toggle between hiding and showing the dropdown content */
    function myFunction() {
      document.getElementById("myDropdown").classList.toggle("show");
    }
    
    // Close the dropdown if the user clicks outside of it
    window.onclick = function(e) {
      if (!e.target.matches('.dropbtn')) {
      var myDropdown = document.getElementById("myDropdown");
        if (myDropdown.classList.contains('show')) {
          myDropdown.classList.remove('show');
        }
      }
    }
    </script>
    <script>
    function nxtFunction() {
      var x = document.getElementById("myNavbar");
      if (x.className === "navbar") {
        x.className += " responsive";
      } else {
        x.className = "navbar";
      }
    
    }
    </script>
    
    
    
    
    </body>
    </html>
    Found 2024-10-30 by HttpPlugin
    Create report
  • Open service 172.67.159.236:443 · colombiere.com

    2024-10-22 01:37

    HTTP/1.1 200 OK
    Date: Tue, 22 Oct 2024 01:37:46 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Last-Modified: Fri, 06 Sep 2024 17:11:39 GMT
    Vary: Accept-Encoding
    cf-cache-status: DYNAMIC
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=PhPhQxgEaprpZC3N8vRo6CjAXCR1B%2BS%2F%2BCLzqqU478LSxIdErviyWRiPT7mgIjoAAvrzsdQo2lIiGv1ZUzyvaREofp9iOeBb8OBwExP9ytztW1Bq%2BF0dnBSNWIOzGX2XTQ%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8d65c3957ccdbd9f-LHR
    alt-svc: h3=":443"; ma=86400
    server-timing: cfL4;desc="?proto=TCP&rtt=2972&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3103&recv_bytes=560&delivery_rate=1483100&cwnd=252&unsent_bytes=0&cid=3dad7aa863a5934a&ts=212&x=0"
    
    Page title:  Colombiere Center 
    
    <!DOCTYPE html>
    <html xmlns="http://www.w3.org/1999/xhtml"
          xmlns:fb="http://ogp.me/ns/fb#">
    <body>
    <head>
    
      <link rel="stylesheet" href="homeCSS.css">
      <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
      <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@500;700&display=swap">
      <link href="https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap" rel="stylesheet">
      <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
    
    <meta property="og:image" content="https://www.colombiere.com/Drivewayshrine.jpg" />
    <meta property="og:image:width" content="450"/>
    <meta property="og:image:height" content="298"/>
    <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
    <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
    <link rel="manifest" href="/site.webmanifest">
    <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
    <meta name="msapplication-TileColor" content="#da532c">
    <meta name="theme-color" content="#ffffff">
    <title> Colombiere Center </title>
    
    </head>
    <div class="video">
    <video autoplay muted loop id="myVideo">
      <source src="Colombiere-no-pool.mp4" type="video/mp4">
    </video>
    </div>
    <div class="row">
      <div class="col-3 col-s-8 ">
    <div class="content">
    <div class="navbar" id="myNavbar">
    
      <a href="index.html">Home</a>
    <a href="about-us.html">About Us</a>
      <a href="services.html">Services</a>
    
     
      <a href="contact+location.html">Contact & Location</a>
      <a href="testimonials.html">Testimonials</a>
      <a href="donations.html">Donations</a>
      <a href="career.html">Careers</a>
     <div class="dropdown">
      <button class="dropbtn" onclick="myFunction()">Overview
        <i class="fa fa-caret-down"></i>
      </button>
      <div class="dropdown-content" id="myDropdown">
    
      <a href="dining.html">Dining</a>
        <a href="recreation.html">Recreation</a>
        <a href="bandcamp.html">Band Camp</a>
        <a href="mainchapel.html">Main Chapel</a>
    <a href="events.html">Events</a>
     </div>
    
    </div>
      <a href="javascript:void(0);" class="icon" onclick="nxtFunction()">
        <i class="fa fa-bars" style="margin-top: 20px;"></i>
    </a>
      <div class="header">
    
      
      <h1><i>Colombiere Conference & Retreat Center</i></h1>
    <br>
    
    <p1><i>9075 Big Lake Rd</i></p1>
    <br>
    
      <p2><i> Clarkston, Michigan <i></p2>
    <br>
      <p3><i> 248 - 625 - 5611<i> </p3>
    <br>
    
    <br>
    <br>
    
    </div>
    </div>
    </div>
    </div>
    
    <script>
    /* When the user clicks on the button, 
    toggle between hiding and showing the dropdown content */
    function myFunction() {
      document.getElementById("myDropdown").classList.toggle("show");
    }
    
    // Close the dropdown if the user clicks outside of it
    window.onclick = function(e) {
      if (!e.target.matches('.dropbtn')) {
      var myDropdown = document.getElementById("myDropdown");
        if (myDropdown.classList.contains('show')) {
          myDropdown.classList.remove('show');
        }
      }
    }
    </script>
    <script>
    function nxtFunction() {
      var x = document.getElementById("myNavbar");
      if (x.className === "navbar") {
        x.className += " responsive";
      } else {
        x.className = "navbar";
      }
    
    }
    </script>
    
    
    
    
    </body>
    </html>
    Found 2024-10-22 by HttpPlugin
    Create report
  • Open service 172.67.159.236:443 · colombiere.com

    2024-10-20 01:45

    HTTP/1.1 200 OK
    Date: Sun, 20 Oct 2024 01:45:13 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Last-Modified: Fri, 06 Sep 2024 17:11:39 GMT
    Vary: Accept-Encoding
    cf-cache-status: DYNAMIC
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=CmvbluIk7rU%2FKgsMyBbhT1D4XgVcWf3fnPVWFl1AnJW%2F3l0%2FbLBwY8DYmLcDiX1Ta79yjcy%2Bta4SZTenxAFo%2FASMKXjxncI0g6Y%2FBK6lJ2%2B%2B%2BeLbtapcub68DWHDdGu2%2Fg%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8d5553c3094faada-YYZ
    alt-svc: h3=":443"; ma=86400
    server-timing: cfL4;desc="?proto=TCP&rtt=1511&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3101&recv_bytes=560&delivery_rate=2808015&cwnd=252&unsent_bytes=0&cid=2156d6660ce5d414&ts=59&x=0"
    
    Page title:  Colombiere Center 
    
    <!DOCTYPE html>
    <html xmlns="http://www.w3.org/1999/xhtml"
          xmlns:fb="http://ogp.me/ns/fb#">
    <body>
    <head>
    
      <link rel="stylesheet" href="homeCSS.css">
      <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
      <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@500;700&display=swap">
      <link href="https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap" rel="stylesheet">
      <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
    
    <meta property="og:image" content="https://www.colombiere.com/Drivewayshrine.jpg" />
    <meta property="og:image:width" content="450"/>
    <meta property="og:image:height" content="298"/>
    <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
    <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
    <link rel="manifest" href="/site.webmanifest">
    <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
    <meta name="msapplication-TileColor" content="#da532c">
    <meta name="theme-color" content="#ffffff">
    <title> Colombiere Center </title>
    
    </head>
    <div class="video">
    <video autoplay muted loop id="myVideo">
      <source src="Colombiere-no-pool.mp4" type="video/mp4">
    </video>
    </div>
    <div class="row">
      <div class="col-3 col-s-8 ">
    <div class="content">
    <div class="navbar" id="myNavbar">
    
      <a href="index.html">Home</a>
    <a href="about-us.html">About Us</a>
      <a href="services.html">Services</a>
    
     
      <a href="contact+location.html">Contact & Location</a>
      <a href="testimonials.html">Testimonials</a>
      <a href="donations.html">Donations</a>
      <a href="career.html">Careers</a>
     <div class="dropdown">
      <button class="dropbtn" onclick="myFunction()">Overview
        <i class="fa fa-caret-down"></i>
      </button>
      <div class="dropdown-content" id="myDropdown">
    
      <a href="dining.html">Dining</a>
        <a href="recreation.html">Recreation</a>
        <a href="bandcamp.html">Band Camp</a>
        <a href="mainchapel.html">Main Chapel</a>
    <a href="events.html">Events</a>
     </div>
    
    </div>
      <a href="javascript:void(0);" class="icon" onclick="nxtFunction()">
        <i class="fa fa-bars" style="margin-top: 20px;"></i>
    </a>
      <div class="header">
    
      
      <h1><i>Colombiere Conference & Retreat Center</i></h1>
    <br>
    
    <p1><i>9075 Big Lake Rd</i></p1>
    <br>
    
      <p2><i> Clarkston, Michigan <i></p2>
    <br>
      <p3><i> 248 - 625 - 5611<i> </p3>
    <br>
    
    <br>
    <br>
    
    </div>
    </div>
    </div>
    </div>
    
    <script>
    /* When the user clicks on the button, 
    toggle between hiding and showing the dropdown content */
    function myFunction() {
      document.getElementById("myDropdown").classList.toggle("show");
    }
    
    // Close the dropdown if the user clicks outside of it
    window.onclick = function(e) {
      if (!e.target.matches('.dropbtn')) {
      var myDropdown = document.getElementById("myDropdown");
        if (myDropdown.classList.contains('show')) {
          myDropdown.classList.remove('show');
        }
      }
    }
    </script>
    <script>
    function nxtFunction() {
      var x = document.getElementById("myNavbar");
      if (x.className === "navbar") {
        x.className += " responsive";
      } else {
        x.className = "navbar";
      }
    
    }
    </script>
    
    
    
    
    </body>
    </html>
    Found 2024-10-20 by HttpPlugin
    Create report
  • Open service 172.67.159.236:443 · colombiere.com

    2024-10-18 01:31

    HTTP/1.1 200 OK
    Date: Fri, 18 Oct 2024 01:31:05 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Last-Modified: Fri, 06 Sep 2024 17:11:39 GMT
    Vary: Accept-Encoding
    cf-cache-status: DYNAMIC
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=pmzfzzn2VlbDF%2FU5jFHXBup5KR%2F2FPMaEK8XrQ2IUKTOzgyAY%2FTODRvN9vvIDUGB6rYbwwpt%2FMx%2FpMYGB%2BjdKUqDRjpWzM0JrzTsUpfVUEQpm77q5WRZPJwZz4iIq6Z%2BXw%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8d44c44c887f2038-NRT
    alt-svc: h3=":443"; ma=86400
    
    Page title:  Colombiere Center 
    
    <!DOCTYPE html>
    <html xmlns="http://www.w3.org/1999/xhtml"
          xmlns:fb="http://ogp.me/ns/fb#">
    <body>
    <head>
    
      <link rel="stylesheet" href="homeCSS.css">
      <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
      <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@500;700&display=swap">
      <link href="https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap" rel="stylesheet">
      <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
    
    <meta property="og:image" content="https://www.colombiere.com/Drivewayshrine.jpg" />
    <meta property="og:image:width" content="450"/>
    <meta property="og:image:height" content="298"/>
    <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
    <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
    <link rel="manifest" href="/site.webmanifest">
    <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
    <meta name="msapplication-TileColor" content="#da532c">
    <meta name="theme-color" content="#ffffff">
    <title> Colombiere Center </title>
    
    </head>
    <div class="video">
    <video autoplay muted loop id="myVideo">
      <source src="Colombiere-no-pool.mp4" type="video/mp4">
    </video>
    </div>
    <div class="row">
      <div class="col-3 col-s-8 ">
    <div class="content">
    <div class="navbar" id="myNavbar">
    
      <a href="index.html">Home</a>
    <a href="about-us.html">About Us</a>
      <a href="services.html">Services</a>
    
     
      <a href="contact+location.html">Contact & Location</a>
      <a href="testimonials.html">Testimonials</a>
      <a href="donations.html">Donations</a>
      <a href="career.html">Careers</a>
     <div class="dropdown">
      <button class="dropbtn" onclick="myFunction()">Overview
        <i class="fa fa-caret-down"></i>
      </button>
      <div class="dropdown-content" id="myDropdown">
    
      <a href="dining.html">Dining</a>
        <a href="recreation.html">Recreation</a>
        <a href="bandcamp.html">Band Camp</a>
        <a href="mainchapel.html">Main Chapel</a>
    <a href="events.html">Events</a>
     </div>
    
    </div>
      <a href="javascript:void(0);" class="icon" onclick="nxtFunction()">
        <i class="fa fa-bars" style="margin-top: 20px;"></i>
    </a>
      <div class="header">
    
      
      <h1><i>Colombiere Conference & Retreat Center</i></h1>
    <br>
    
    <p1><i>9075 Big Lake Rd</i></p1>
    <br>
    
      <p2><i> Clarkston, Michigan <i></p2>
    <br>
      <p3><i> 248 - 625 - 5611<i> </p3>
    <br>
    
    <br>
    <br>
    
    </div>
    </div>
    </div>
    </div>
    
    <script>
    /* When the user clicks on the button, 
    toggle between hiding and showing the dropdown content */
    function myFunction() {
      document.getElementById("myDropdown").classList.toggle("show");
    }
    
    // Close the dropdown if the user clicks outside of it
    window.onclick = function(e) {
      if (!e.target.matches('.dropbtn')) {
      var myDropdown = document.getElementById("myDropdown");
        if (myDropdown.classList.contains('show')) {
          myDropdown.classList.remove('show');
        }
      }
    }
    </script>
    <script>
    function nxtFunction() {
      var x = document.getElementById("myNavbar");
      if (x.className === "navbar") {
        x.className += " responsive";
      } else {
        x.className = "navbar";
      }
    
    }
    </script>
    
    
    
    
    </body>
    </html>
    Found 2024-10-18 by HttpPlugin
    Create report
  • Open service 172.67.159.236:443 · colombiere.com

    2024-10-16 03:37

    HTTP/1.1 200 OK
    Date: Wed, 16 Oct 2024 03:37:07 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Last-Modified: Fri, 06 Sep 2024 17:11:39 GMT
    Vary: Accept-Encoding
    cf-cache-status: DYNAMIC
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=qvcvAPoL9bE3O6GnyX91zBBStCv0ND2Muie3NCJXqmBZawrtSLQ8Yz70bdewM0zhz6Si0gVE2t%2FmEp5NgZGUdrf%2FROmbZrHsGPDIO0i87G8n9PG2QpOzceInnNhLaP7Lew%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Speculation-Rules: "/cdn-cgi/speculation"
    Server: cloudflare
    CF-RAY: 8d35022a3fe1bbbf-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title:  Colombiere Center 
    
    <!DOCTYPE html>
    <html xmlns="http://www.w3.org/1999/xhtml"
          xmlns:fb="http://ogp.me/ns/fb#">
    <body>
    <head>
    
      <link rel="stylesheet" href="homeCSS.css">
      <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
      <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@500;700&display=swap">
      <link href="https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap" rel="stylesheet">
      <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
    
    <meta property="og:image" content="https://www.colombiere.com/Drivewayshrine.jpg" />
    <meta property="og:image:width" content="450"/>
    <meta property="og:image:height" content="298"/>
    <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
    <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
    <link rel="manifest" href="/site.webmanifest">
    <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
    <meta name="msapplication-TileColor" content="#da532c">
    <meta name="theme-color" content="#ffffff">
    <title> Colombiere Center </title>
    
    </head>
    <div class="video">
    <video autoplay muted loop id="myVideo">
      <source src="Colombiere-no-pool.mp4" type="video/mp4">
    </video>
    </div>
    <div class="row">
      <div class="col-3 col-s-8 ">
    <div class="content">
    <div class="navbar" id="myNavbar">
    
      <a href="index.html">Home</a>
    <a href="about-us.html">About Us</a>
      <a href="services.html">Services</a>
    
     
      <a href="contact+location.html">Contact & Location</a>
      <a href="testimonials.html">Testimonials</a>
      <a href="donations.html">Donations</a>
      <a href="career.html">Careers</a>
     <div class="dropdown">
      <button class="dropbtn" onclick="myFunction()">Overview
        <i class="fa fa-caret-down"></i>
      </button>
      <div class="dropdown-content" id="myDropdown">
    
      <a href="dining.html">Dining</a>
        <a href="recreation.html">Recreation</a>
        <a href="bandcamp.html">Band Camp</a>
        <a href="mainchapel.html">Main Chapel</a>
    <a href="events.html">Events</a>
     </div>
    
    </div>
      <a href="javascript:void(0);" class="icon" onclick="nxtFunction()">
        <i class="fa fa-bars" style="margin-top: 20px;"></i>
    </a>
      <div class="header">
    
      
      <h1><i>Colombiere Conference & Retreat Center</i></h1>
    <br>
    
    <p1><i>9075 Big Lake Rd</i></p1>
    <br>
    
      <p2><i> Clarkston, Michigan <i></p2>
    <br>
      <p3><i> 248 - 625 - 5611<i> </p3>
    <br>
    
    <br>
    <br>
    
    </div>
    </div>
    </div>
    </div>
    
    <script>
    /* When the user clicks on the button, 
    toggle between hiding and showing the dropdown content */
    function myFunction() {
      document.getElementById("myDropdown").classList.toggle("show");
    }
    
    // Close the dropdown if the user clicks outside of it
    window.onclick = function(e) {
      if (!e.target.matches('.dropbtn')) {
      var myDropdown = document.getElementById("myDropdown");
        if (myDropdown.classList.contains('show')) {
          myDropdown.classList.remove('show');
        }
      }
    }
    </script>
    <script>
    function nxtFunction() {
      var x = document.getElementById("myNavbar");
      if (x.className === "navbar") {
        x.className += " responsive";
      } else {
        x.className = "navbar";
      }
    
    }
    </script>
    
    
    
    
    </body>
    </html>
    Found 2024-10-16 by HttpPlugin
    Create report
colombiere.com*.colombiere.com
CN:
colombiere.com
Key:
ECDSA-256
Issuer:
WE1
Not before:
2024-10-13 13:30
Not after:
2025-01-11 13:30
Domain summary
IP summary