Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - eb8.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Tue, 29 Apr 2025 21:01:38 GMT
Server: Apache
Location: https://www.eb8.com/
Content-Length: 228
Content-Type: text/html; charset=iso-8859-1

HTTP Code 301 Moved Permanently

301 Moved Permanently means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - https://www.eb8.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Tue, 29 Apr 2025 21:01:38 GMT
Server: Apache
Upgrade: h2
Connection: Upgrade
Vary: Accept-Encoding
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8

HTTP Code 200 OK

200 OK is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: eb8.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!doctype html>
<html class="no-js" lang="en">
    <head>
        <!-- meta data -->
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->

        <!-- title of site -->
        <title>Welcome to 4edson!</title>

        <!-- For favicon png -->
		<link rel="shortcut icon" type="image/icon" href="assets/logo/favicon.png"/>
		

    <link rel='preload' as='image' href='/img/home/01.jpg'>
    <link rel='preload' as='image' href='/img/home/02.jpg'>
    <link rel='preload' as='image' href='/img/home/03.jpg'>
        <!--font-family-->
		<link href="https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">

		<link href="https://fonts.googleapis.com/css?family=Rufina:400,700" rel="stylesheet">
        
		<link rel="preload" href="/assets/fonts/cartypes.ttf" as="font" type="font/ttf" crossorigin="anonymous">
       
        <!--font-awesome.min.css-->
        <link rel="stylesheet" href="assets/css/font-awesome.min.css">

        <!--linear icon css-->
		<link rel="stylesheet" href="assets/css/linearicons.css">

        <!--flaticon.css-->
		<link rel="stylesheet" href="assets/css/flaticon.css">

        <!--cartypes.css-->
		<link rel="stylesheet" href="assets/css/cartypes.css">
        
		<!--animate.css-->
        <link rel="stylesheet" href="assets/css/animate.css">

        <!--owl.carousel.css-->
        <link rel="stylesheet" href="assets/css/owl.carousel.min.css">
		<link rel="stylesheet" href="assets/css/owl.theme.default.min.css">
		
        <!--bootstrap.min.css-->
        <link rel="stylesheet" href="assets/css/bootstrap.min.css">
		
		<!-- bootsnav -->
		<link rel="stylesheet" href="assets/css/bootsnav.css" >	
        
        <!--style.css-->
        <link rel="stylesheet" href="assets/css/style.css">
        
        <!--responsive.css-->
        <link rel="stylesheet" href="assets/css/responsive.css">
		
		<!--jquery-ui-1.12.1.css-->
		<link rel="stylesheet" href="assets/css/jquery-ui.css">
		
		
		
		<link rel="stylesheet" type="text/css" href="assets/css/ChicagoFLF.css">
		<link rel="stylesheet" type="text/css" href="assets/css/popup.css">
		<link rel="stylesheet" type="text/css" href="assets/css/vehicle-details.css">

		
		<style>
			<!-- CSS for Car buttons at home page -->
			.car-button {
				display: block;
				width: 100%;
				margin-bottom: 10px;
				padding: 10px;
				background-color: #007bff;
				color: white;
				text-align: center;
				cursor: pointer;
			}
			.car-content {
				display: none;
				margin-top: 79px;
			}
			.cars-gallery {
				width: 200px;
				height: auto;
				border-bottom-right-radius: 20px;
				border-top-left-radius: 20px;
			}
			
			.single-featured-cars {
				margin-top: 7px;
			}
			.featured-img-box {
				border-bottom-right-radius: 40px;
				border-top-left-radius: 40px;
			}
			.featured-model-info p {
				padding-left: 10px;
			}
      
      .details-buttons {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
      }
      .car-details-button {
        margin-bottom: 8px; /* Adjust the spacing as needed */
      }

        </style>
	
        
        <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
        <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
		
        <!--[if lt IE 9]>
			<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
			<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
        <![endif]-->
        <!-- Include all js compiled plugins (below), or include individual files as needed -->

        <script src="assets/js/jquery.js"></script>
        
        <!--jquery-ui.min-1.12.1.js-->
        <script src="assets/js/jquery-ui.min.js"></script>
        
        <!--modernizr.min.js-->
        <script src="assets/js/modernizr2.8.3.min.js"></script>
        
        <!--bootstrap.min.js-->
        <script src="assets/js/bootstrap.min.js"></script>
        
        <!-- bootsnav js -->
        <script src="assets/js/bootsnav.js"></script>

        <!--owl.carousel.js-->
        <script src="assets/js/owl.carousel.min.js"></script>

        <!--jquery.easing1.4.1.min.js-->
        <script src="assets/js/jquery.easing1.4.1.min.js"></script>

        <!--jquery.cookie.min.js-->
        <script src="assets/js/jquery.cookie.min.js"></script>

        <!--Custom JS-->
        <script src="assets/js/custom.js"></script>
        
        <script>
		  
          function smoothScroll(targetId) {
            document.querySelector(targetId).scrollIntoView({
              behavior: 'smooth'
            });
          }
            
          let myLocat = "";
          
          // Function to send sessionStorage data to the PHP page
          function sendSessionStorageToServer() {
            var car1idValue = sessionStorage.getItem('car1id');
            var car2idValue = sessionStorage.getItem('car2id');
            var quoteidValue = sessionStorage.getItem('quoteid');
            var car2chkValue = sessionStorage.getItem('car2chk');

            var data = {
              car1id: car1idValue,
              car2id: car2idValue,
              quoteid: quoteidValue,
              car2chk: car2chkValue
            };

            $.ajax({
              url: 'assets/php/process_sessionstorage.php', // URL to your PHP page
              method: 'POST',
              contentType: 'application/json',
              data: JSON.stringify(data),
              success: function(response) {
                console.log('Response from server:', response);
              },
              error: function(jqXHR, textStatus, errorThrown) {
                console.log('Error:', textStatus, errorThrown);
              }
            });
          }
          
          // Retrieve data from sessionStorage
          $(document).ready(function() {
            // Call the function to send data when the page loads
            sendSessionStorageToServer();
            
            var car1idValue = sessionStorage.getItem('car1id');
            var car2idValue = sessionStorage.getItem('car2id');
            var quoteidValue = sessionStorage.getItem('quoteid');
            var car2chkValue = sessionStorage.getItem('car2chk');
            
            console.log('car1idValue:', car1idValue);
            console.log('car2idValue:', car2idValue);
            console.log('quoteidValue:', quoteidValue);
            console.log('car2chkValue:', car2chkValue);

          });
		  
        </script>
    </head>
	<body>

		<!--[if lte IE 9]>
            <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
        <![endif]-->
	
		<!--welcome-hero start -->
		<section id="home" class="welcome-hero">

			<!-- top-area Start -->
			<div class="top-area">
				<div class="header-area">
					<!-- Start Navigation -->
				    <nav class="navbar navbar-default bootsnav  navbar-sticky navbar-scrollspy"  data-minus-value-desktop="70" data-minus-value-mobile="55" data-speed="1000">

				        <div class="container">

				            <!-- Start Header Navigation -->
				            <div class="navbar-header">
				                <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-menu">
				                    <i class="fa fa-bars"></i>
				                </button>
				                <a class="navbar-brand" href="/">
								  <img src="assets/logo/edson-small.png" style="margin-top: -10px;">
								</a>

				            </div><!--/.navbar-header-->
				            <!-- End Header Navigation -->

				            <!-- Collect the nav links, forms, and other content for toggling -->
				            <div class="collapse navbar-collapse menu-ui-design" id="navbar-menu">
				                <ul class="nav navbar-nav navbar-right" data-in="fadeInDown" data-out="fadeOutUp">
				                    <li class=" scroll active"><a href="#home">home</a></li>
				                    <li class="scroll"><a href="./reservation">reservation</a></li>
				                    <li class="scroll"><a href="./quote">get a quote</a></li>
				                    <li class="scroll"><a href="./faq">FAQ</a></li>
				                    <li class="scroll"><a href="#contact">contact</a></li>
				                </ul><!--/.nav -->
				            </div><!-- /.navbar-collapse -->
				        </div><!--/.container-->
				    </nav><!--/nav-->
				    <!-- End Navigation -->
				</div><!--/.header-area-->
			    <div class="clearfix"></div>

			</div><!-- /.top-area-->
			<!-- top-area End -->
			
			
			
			
			
			



<style>
        .slideshow {
            position: relative;
            max-width: 1920px;
            margin: auto;
            height: 800px;
			overflow: hidden
        }

        .slideshow img {
            position: absolute;
            width: 100%;
			min-width: 1200px;
            height: 100%;
            opacity: 0;
            transition: opacity 1s ease-in-out;
			top: 0;
            left: 50%;
			transform: translateX(-50%);
            object-fit: cover;
        }

        .slideshow img.active {
            opacity: 1;
        }

        .my-overlay {
            position: relative;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
			text-align: center;
			padding: 80px 8px 122px 8px !important;
        }
	
    </style>

    <div class="slideshow">
        <img src="/img/home/01.jpg" class="active">
        <img src="/img/home/02.jpg">
        <img src="/img/home/03.jpg">
        <img src="/img/home/04.jpg">
        <div class="my-overlay">
		<div class="welcome-hero-txt">
		    <h2>Welcome to Edson Luxury Car Rentals</h2>
					<p style="text-align: left;">
						We specialize in providing luxury and exotic car rentals across several prime locations, including Miami, Fort Lauderdale, Boca Raton, Palm Beach, South Florida, Naples, Orlando, Los Angeles, and Beverly Hills. 
					</p>
					<button class="welcome-btn" onclick="smoothScroll('#select-your-car')">Select Your Car</button>
					</div>
		</div>
    </div>

    <script>
        $(document).ready(function() {
            var images = $('.slideshow img');
            var currentIndex = 0;

            function showNextImage() {
                var nextIndex = (currentIndex + 1) % images.length;
                images.eq(currentIndex).removeClass('active');
                images.eq(nextIndex).addClass('active');
                currentIndex = nextIndex;
            }

            setInterval(showNextImage, 6000);
        });
    </script>







		</section><!--/.welcome-hero-->
		<!--welcome-hero end -->
			
<style>

.accordion {
	margin: 20px auto;
    color: #818998;
}

.accordion-content {
	display: none;
	border-top: none;
}

.ui-accordion-header-active {
	background-color: #5A41F7 !important;
	color: white !important;
}
.ui-accordion-header {
	transition: background-color 0.3s, color 0.3s;
	background-color: white;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button, html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	color: #818998;
}
.ui-accordion-header-icon {
	display: none;
}

.accordion h3 {
	font-weight: bold;
	font-size: 100%;
	padding: 30px !important;
	font-family: 'Twemoji Country Flags', Poppins, sans-serif !important;
	border: 1px solid #dadfe9 !important;
	position: relative;
	display: flex;
	align-items: center;
	line-height: 1.2;
	padding-left: 200px !important;
	margin: 2px 0 0 0;
	color: #818998;
}
.car-type-icon {
	font-family: CarTypes;
	transform: scale(10);
	display: inline-block;
	font-weight: normal;
	position: absolute;
	left: 90px;
	top: 22px;
	transform: translateY(-50%) scale(10);
	pointer-events: none;
}

/* Custom Cars Accordion */
.accordion h3 {
	cursor: pointer;
	padding: 10px;
	background: #fff; /* Keep the background white */
	border: 1px solid #ccc;
	margin: 0;
	transition: background-color 1s, color 1s; /* Smooth transition for hover effect */
}
.accordion h3:hover {
	background-color: #5A41F7; /* Change background color on hover */
	color: #fff; /* Change text color on hover */
}
.accordion h3.active {
	background-color: #5A41F7; /* Active header background color */
	color: #fff; /* Active header text color */
}

.container,
.row,
.single-featured-cars {
	padding: 0 !important;
	border: 0 !important;
	border-top: 0 !important;
}

.col-lg-3.col-md-4.col-sm-6 {
	border: 0 !important;
	border-top: 0 !important;
    position: relative;
    min-height: 1px;
	padding: 0 !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.single-featured-cars {
	border-bottom-right-radius: 20px !important;
    border-top-left-radius: 20px !important;
	margin-top: 10px !important;
}
.featured-img-box {
	padding: 0 !important;
	border: 0 !important;
	border-top: 0 !important;
	margin-right: 5px;
	border: 1px solid #dadfe9 !important;
	border-bottom-right-radius: 40px !important;
    border-top-left-radius: 40px !important;
}

.featured-cars-img {
	position: relative;
    text-align: center;
	border: 0 !important;
	border-bottom: 1px solid #dadfe9 !important;
	height: 210px;
	padding: 30px;
}

.cars-gallery {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.car-brand {
    position: absolute;
    top: 7px; /* Adjust this value to move the logo higher */
    right: 30px; /* Adjust this value to move the logo to the right */
    width: 50px; /* Adjust the size of the logo as needed */
    height: auto;
}

.featured-model-info {
	border: 0 !important;
	border-top-width: 1px !important;
}

.cars-featured {
	border: 0 !important;
	border-top: 0 !important;
	position: relative;
	min-height: 10px;
	padding: 0 !important;
	padding-right: 14px !important;
	padding-left: 14px !important;
	width: 290px;
}

.cars-featured-container {
	display: flex !important;
	justify-content: center !important;
	flex-wrap: wrap !important;
	margin: 0 auto !important;
	width: 100% !important;
	padding: 8px;
}

.featured-model-info {
	width: 90%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.featured-model-info::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px; /* Adjust the width of the fade effect */
  height: 80%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.welcome-hero-txt {
    padding: 268px 8px 122px 8px !important;
}

.brand .brand-area .owl-carousel .owl-item img {
	height: 115px;
}

.brand-color {
	width: 100%;
    text-align: center;
    padding: 10px;
}

</style>

		<!--service start -->
		<section id="select-your-car" class="service">
		
			<div class="container">
			    <div class="section-header">
					<p>select <span>your</span> car category</p>
					<h2>featured cars</h2>
				</div><!--/.section-header-->
				<br>
				<div class="service-content">
					<div class="row">
					
						<div class="accordion">
							<h3 cartype="convertibles"><span class="car-type-icon">A</span> Convertibles </h3>
							<div class="accordion-content">Content for Convertibles</div>
							<h3 cartype="coupes"><span class="car-type-icon">B</span> Coupes</h3>
							<div class="accordion-content">Content for Coupes</div>
							<h3 cartype="sedans"><span class="car-type-icon">C</span> Sedans</h3>
							<div class="accordion-content">Content for Sedans</div>
							<h3 cartype="sport utilities"><span class="car-type-icon">D</span> Sport Utilities</h3>
							<div class="accordion-content">Content for Sports Utility</div>
						</div>
						
						<div class="car-content" id="content4"></div>
					</div>
				</div>
			</div><!--/.container-->





			<div id="popupOverlay" class="overlay" aria-hidden="true"></div>
			
			<!--featured-car start -->
			<div id="popup" class="popup" role="dialog" aria-labelledby="popupTitle" aria-hidden="true">
			
				<div class="outer-header">
					<div class="popup-header">
						<span class="popup-title">Vehicle Details</span>
						<button class="popup-close"></button>
					</div>
				</div>
				
				<div id="popupContent" aria-live="polite"></div>
			</div>


		</section><!--/.service-->
		<!--service end-->

<script>

var cache = {};

$(document).ready(function() {
    $('.accordion h3').off('click').on('click', function() {
        var $this = $(this);
		//var $panel = $this.next('div').first(); // Ensure only the main div is selected
		var $panel = $(this).next('.accordion-content').first(); // Ensure only the main div is selected
        var $openPanel = $('.accordion > div:visible'); // Only select visible main divs
        var cartype = $this.attr("cartype");

        // Prevent multiple clicks
        if ($this.hasClass('animating')) return;
        $this.addClass('animating');

        // Check if the response is already in the cache
        if (cache[cartype]) {
            $panel.html(cache[cartype]);
            showPanel($this, $panel, $openPanel);
        } else {
            fetchCarTypeContent(cartype, function(response) {
                cache[cartype] = response; // Store the response in the cache
                $panel.html(response);
                showPanel($this, $panel, $openPanel);
            });
        }
    });
});



function fetchCarTypeContent(cartype, callback) {
    var fullUrl = "assets/php/car_list.php?cartype=" + encodeURIComponent(cartype);
    $.ajax({
        url: fullUrl,
        type: 'GET',
        success: function(response) {
            if (typeof callback === 'function') {
                callback(response);
            }
        },
        error: function(xhr, status, error) {
            console.error('Error:', error);
        }
    });
}

function showPanel($this, $panel, $openPanel) {
    // Ensure all nested divs are shown
    $panel.find('div').each(function() {
		
		
		
		
		
		
		
		
		
		
        //$(this).css('display', 'block');
		
		
		
		
		
		
		
		
		
		
		
		
    });

    var animationDuration = ($panel.height() > 500) ? 1000 : 500;

    if ($panel.is(':visible')) {
        $this.removeClass('active');
        $panel.slideUp(animationDuration, function() {
            $this.removeClass('animating');
        });
    } else {
        if ($openPanel.length) {
            var openPanelHeader = $openPanel.prev('h3');
            var openPanelHeaderBottom = openPanelHeader.offset().top + openPanelHeader.outerHeight();
            var windowScrollTop = $(window).scrollTop() + 80;

            var openPanelDuration = ($openPanel.height() > 500) ? 1000 : 500;

            if (openPanelHeaderBottom <= windowScrollTop) {
                $openPanel.css('display', 'none');
                openPanelHeader.removeClass('active');

                $('html, body').animate({
                    scrollTop: $this.offset().top - 80
                }, 500, function() {
                    $panel.slideDown(animationDuration, function() {
                        $this.removeClass('animating');
                    });
                    $this.addClass('active');
                });
            } else {
                $openPanel.slideUp(openPanelDuration).promise().done(function() {
                    openPanelHeader.removeClass('active');
                    $('html, body').animate({
                        scrollTop: $this.offset().top - 80
                    }, 500, function() {
                        $panel.slideDown(animationDuration, function() {
                            $this.removeClass('animating');
                        });
                        $this.addClass('active');
                    });
                });
            }
        } else {
            $('html, body').animate({
                scrollTop: $this.offset().top - 80
            }, 500, function() {
                $panel.slideDown(animationDuration, function() {
                    $this.removeClass('animating');
                });
                $this.addClass('active');
            });
        }
    }
}

</script>



		<!--brand strat -->
		<section id="brand"  class="brand">
			<div class="container">
				<div class="brand-area">
					<div class="owl-carousel owl-theme brand-item">
<div class="item">
<a href="https://www.astonmartin.com" target="_blank">
<img src="/img/brands/gray/aston-martin.png" alt="Aston Martin" title="Aston Martin" />
</a>
</div><!--/.item-->
<div class="item">
<a href="https://www.audi.com" target="_blank">
<img src="/img/brands/gray/audi.png" alt="Audi" title="Audi" />
</a>
</div><!--/.item-->
<div class="item">
<a href="https://www.bentleymotors.com" target="_blank">
<img src="/img/brands/gray/bentley.png" alt="Bentley" title="Bentley" />
</a>
</div><!--/.item-->
<div class="item">
<a href="https://www.bmw.com" target="_blank">
<img src="/img/brands/gray/bmw.png" alt="BMW" title="BMW" />
</a>
</div><!--/.item-->
<div class="item">
<a href="https://www.cadillac.com" target="_blank">
<img src="/img/brands/gray/cadillac.png" alt="Cadillac" title="Cadillac" />
</a>
</div><!--/.item-->
<div class="item">
<a href="https://www.chevrolet.com" target="_blank">
<img src="/img/brands/gray/chevrolet.png" alt="Chevrolet" title="Chevrolet" />
</a>
</div><!--/.item-->
<div class="item">
<a href="https://www.ferrari.com" target="_blank">
<img src="/img/brands/gray/ferrari.png" alt="Ferrari" title="Ferrari" />
</a>
</div><!--/.item-->
<div class="item">
<a href="https://www.ford.com" target="_blank">
<img src="/img/brands/gray/ford.png" alt="Ford" title="Ford" />
</a>
</div><!--/.item-->
<div class="item">
<a href="https://www.jaguarusa.com" target="_blank">
<img src="/img/brands/gray/jaguar.png" alt="Jaguar" title="Jaguar" />
</a>
</div><!--/.item-->
<div class="item">
<a href="https://www.lamborghini.com" target="_blank">
<img src="/img/brands/gray/lamborghini.png" alt="Lamborghini" title="Lamborghini" />
</a>
</div><!--/.item-->
<div class="item">
<a href="https://www.landroverusa.com/range-rover" target="_blank">
<img src="/img/brands/gray/land-rover.png" alt="Land Rover" title="Land Rover" />
</a>
</div><!--/.item-->
<div class="item">
<a href="https://www.maserati.com" target="_blank">
<img src="/img/brands/gray/maserati.png" alt="Maserati" title="Maserati" />
</a>
</div><!--/.item-->
<div class="item">
<a href="https://www.mercedes-benz.com" target="_blank">
<img src="/img/brands/gray/mercedes-benz.png" alt="Mercedes-Benz" title="Mercedes-Benz" />
</a>
</div><!--/.item-->
<div class="item">
<a href="https://www.porsche.com" target="_blank">
<img src="/img/brands/gray/porsche.png" alt="Porsche" title="Porsche" />
</a>
</div><!--/.item-->
<div class="item">
<a href="https://www.rolls-roycemotorcars.com" target="_blank">
<img src="/img/brands/gray/rolls-royce.png" alt="Rolls Royce" title="Rolls Royce" />
</a>
</div><!--/.item-->
<div class="item">
<a href="https://www.tesla.com" target="_blank">
<img src="/img/brands/gray/tesla.png" alt="Tesla" title="Tesla" />
</a>
</div><!--/.item-->
					</div><!--/.owl-carousel-->
				</div><!--/.clients-area-->

			</div><!--/.container-->

		</section><!--/brand-->	
		<!--brand end -->

		<!--blog start -->
		<section id="blog" class="blog"></section><!--/.blog-->
		<!--blog end -->
		<!--contact start-->
		<footer id="contact"  class="contact" style="padding-left: 12px; padding-right: 12px;>
			<div class="container">
				<div class="footer-top">
					<div class="row">
						<div class="col-md-3 col-sm-6">
							<div class="single-footer-widget">
								<div class="footer-logo">
									<a href="index.html">4edson</a>
								</div>
								<p>
                  All car model names and brands are trademarks of their respective companies.
                  Any other images and logos shown on this website are trademarks of their respective owners.
								</p>
							</div>
						</div>
						<div class="col-md-2 col-sm-6">
							<div class="single-footer-widget">
								<h2>contact us</h2>
								<ul>
									<li><a href="tel:305-932-9392">Miami:</br>(305) 932-9392</a></li>
									<li><a href="tel:561-687-9800">Palm Beach:</br>(561) 687-9800</a></li>
								</ul>
                
								<div class="footer-contact">
								  <p>
										<ul>
											<li><a href= "mailto: [email protected]" style="text-transform: lowercase !important;">[email protected]</a></li>
										</ul>
									</p>
								</div>
							</div>
						</div>
						<div class="col-md-3 col-xs-12">
							<div class="single-footer-widget">
								<h2>our top brands</h2>
								<div class="row">
									<div class="col-md-7 col-xs-6">
										<ul>
											<li><a href="https://www.bmw.com/" target="_blank">BMW</a></li>
											<li><a href="https://www.lamborghini.com/" target="_blank">lamborghini</a></li>
											<li><a href="https://www.maserati.com/" target="_blank">maserati</a></li>
											<li><a href="https://www.audi.com/" target="_blank">audi</a></li>
											<li><a href="https://www.rolls-roycemotorcars.com/" target="_blank">rolls royce</a></li>
											<li><a href="https://www.cadillac.com/" target="_blank">cadillac</a></li>
										</ul>
									</div>
									<div class="col-md-5 col-xs-6">
										<ul>
											<li><a href="https://www.ferrari.com/" target="_blank">ferrari</a></li>
											<li><a href="https://www.porsche.com/" target="_blank">porsche</a></li>
											<li><a href="https://www.landroverusa.com/range-rover" target="_blank">land rover</a></li>
											<li><a href="https://www.astonmartin.com/" target="_blank">aston martin</a></li>
											<li><a href="https://www.mercedes-benz.com/" target="_blank">mersedes</a></li>
											<li><a href="https://www.bentleymotors.com/" target="_blank">bentley</a></li>
										</ul>
									</div>
								</div>
							</div>
						</div>
						<div class="col-md-offset-1 col-md-3 col-sm-6" style="position: inherit !important;">
							<div class="single-footer-widget">
								<h2>newsletter</h2>
								<div class="footer-newsletter">
									<span style="font-size: 14px; color: #eeeff6;">
										Subscribe to get the latest news, and special deals from us!<br>
										Your info will never be shared with any third party.
									</span><br><br>
								</div>
								<div>
									
									
									
								  <div id="mc_embed_shell">
                                      <link href="//cdn-images.mailchimp.com/embedcode/classic-061523.css" rel="stylesheet" type="text/css">
                                          <style type="text/css">
                                              #mc_embed_signup{
												  background: #2a2d54;
												  false;clear:left;
												  font:14px Helvetica,Arial,sans-serif;
											  }
											  
											  #mc_embed_signup form{
												  margin: 0;
											  }
                                          </style>
<div id="mc_embed_signup">
    <form action="https://4edson.us14.list-manage.com/subscribe/post?u=a308ee2a5ac8a4362ca8b5281&amp;id=e4125c1c0a&amp;f_id=0051ace5f0" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank">
        <div id="mc_embed_signup_scroll">
            <div class="mc-field-group"><label for="mce-EMAIL">Email Address <span class="asterisk">*</span></label><input type="email" name="EMAIL" class="required email" id="mce-EMAIL" required="" value=""></div>
        <div id="mce-responses" class="clear foot">
            <div class="response" id="mce-error-response" style="display: none;"></div>
            <div class="response" id="mce-success-response" style="display: none;"></div>
        </div>
    <div aria-hidden="true" style="position: absolute; left: -5000px;">
        /* real people should not fill this in and expect good things - do not remove this or risk form bot signups */
        <input type="text" name="b_a308ee2a5ac8a4362ca8b5281_e4125c1c0a" tabindex="-1" value="">
    </div>
        <div class="optionalParent">
            <div class="clear foot">
                <input type="submit" name="subscribe" id="mc-embedded-subscribe" class="button" value="Subscribe">
                <p style="margin: 0px auto;"><a href="http://eepurl.com/i7HrRs" title="Mailchimp - email marketing made easy and fun"><span style="display: inline-block; background-color: transparent; border-radius: 4px;"><img class="refferal_badge" src="https://digitalasset.intuit.com/render/content/dam/intuit/mc-fe/en_us/images/intuit-mc-rewards-text-light.svg" alt="Intuit Mailchimp" style="width: 220px; height: 40px; display: flex; padding: 2px 0px; justify-content: center; align-items: center;"></span></a></p>
            </div>
        </div>
    </div>
</form>
</div>
<script type="text/javascript" src="//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js"></script><script type="text/javascript">(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[3]='ADDRESS';ftypes[3]='address';fnames[4]='PHONE';ftypes[4]='phone';fnames[5]='BIRTHDAY';ftypes[5]='birthday';}(jQuery));var $mcj = jQuery.noConflict(true);</script></div>

									
									
									
									
									
								</div>
							</div>
						</div>
					</div>
				</div>
				<div class="footer-copyright">
					<div class="row">
						<div class="col-sm-6">
							<p>
								&copy; copyright. Original designed by Themesine.
							</p><!--/p-->
						</div>
						<div class="col-sm-6">
							<div class="footer-social">
								<a href="https://www.facebook.com/EdsonLuxuryCarRentals/"><i class="fa fa-facebook"></i></a>	
								<a href="https://www.instagram.com/4edson/"><i class="fa fa-instagram"></i></a>
								<a href="https://x.com/4edson"><i class="fa fa-twitter"></i></a>
                                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
							</div>
						</div>
					</div>
				</div><!--/.footer-copyright-->
			</div><!--/.container-->

			<div id="scroll-Top">
				<div class="return-to-top">
					<i class="fa fa-angle-up " id="scroll-top" data-toggle="tooltip" data-placement="top" title="" data-original-title="Back to Top" aria-hidden="true"></i>
				</div>
				
			</div><!--/.scroll-Top-->
			
        </footer><!--/.contact-->
		<!--contact end-->
    </body>
	
</html>                               

Whois info of domain

Domain Name: EB8.COM
Registry Domain ID: 4650587_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.namecheap.com
Registrar URL: http://www.namecheap.com
Updated Date: 2025-03-13T12:11:20Z
Creation Date: 1999-03-24T05:00:00Z
Registry Expiry Date: 2026-03-24T04:00:00Z
Registrar: NameCheap, Inc.
Registrar IANA ID: 1068
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.6613102107
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS1.EB8.COM
Name Server: NS2.EB8.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-04-29T21:01:20Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass