301 Moved Permanently means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
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.
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: h2r.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE HTML> <html lang="en"> <head> <title>Harris Hill Raceway (H2R)</title> <meta charset="utf-8"> <meta name="author" content="Danny Soufi"> <meta name="description" content="Harris Hill Raceway (H2R) is a family-friendly race track and motorsport club centered between Austin, Houston, and San Antonio Texas"> <meta name="keyword" content="Racetrack, Raceway, Motorsport Club, San Marcos, Austin, San Antonio, Texas, HPDE"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,900;1,300;1,400;1,500;1,900&display=swap" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="css/reset.css" /> <link rel="stylesheet" type="text/css" href="css/flexboxgrid.css" /> <link rel="stylesheet" type="text/css" href="css/global-header.css" /> <link rel="stylesheet" type="text/css" href="css/menu-trigger.css" /> <link rel="stylesheet" type="text/css" href="css/main-menu.css" /> <link rel="stylesheet" type="text/css" href="css/style.css" /> <link rel="stylesheet" type="text/css" href="css/calendar.css" /> </head> <body> <!-- Global Header --> <div class="global-header"> <a class="global-header__logo" href="/" title="Harris Hill Raceway" id="homeLogo"></a> <ul class="global-header__menu"> <li class="global-header__menu-item"><a href="sportscar.html">sports cars</a></li> <li class="global-header__menu-item"><a href="motorcycles.html">motorcycles</a></li> <li class="global-header__menu-item"><a href="coaching.html">coaching</a></li> <li class="global-header__menu-item"><a href="h2r-challenge.html">H2R challenge</a></li> <li class="global-header__menu-item"><a href="calendar.php">calendar</a></li> <li class="global-header__menu-item"><a href="about.html">about</a></li> <li class="global-header__menu-item"><a href="contact.html">contact us</a></li> </ul> <a href="#" class="megamenu-trigger"><span class="megamenu-trigger__icon"></span></a> </div> <div id="app"> <div class="container"> <div id="landing"> <div class="text_container"> <h2>Your Very Own</h2> <h1>Motorsport<br>Oasis</h1> <div class="h2r-today"> <h2>H2R Today</h2> <ul class="daysevents"> <li class='unknown'> <span class='time'> 9:00-5:00 </span> <span class='summary'> Closed - Maintenance </span> </li> </ul> <button class="calBtn" onclick="window.location.href='calendar.php';">H2R Calendar <span class="chevron">›</span></button> </div> <div class="overlay"></div> </div> </div> <div class="intro"> <div class="row"> <div class="col-sm-12"> <h3>A gearhead's oasis <br class="hidden-xs visible-sm visibile-md visible-lg">in the middle of <span class="gradient">Texas.</span> </h3> <p> Come drive, ride, race, and relax at Harris Hill Raceway's challenging road course in San Marcos, Texas, just minutes from Austin and San Antonio. With Sportscar and Motorcycle Memberships available, let us be your adrenaline-filled home away from home. <p> </div> </div> </div> <section class="grid"> <div class="row"> <a href="sportscar.html" class="col-xs-12 col-md-6 grid-item bg" style="background-image: url(img/sports-car.jpg)"> <p>Sports Car<br>Membership</p> <span class="learn-more">Learn More ›</span> </a> <a href="motorcycles.html" class="col-xs-12 col-md-6 grid-item bg" style="background-image: url(img/motorcycle.jpg)"> <p>Motorcycle<br>Membership</p> <span class="learn-more">Learn More ›</span> </a> <a href="coaching.html" class="ccol-xs-12 col-md-6 grid-item bg" style="background-image: url(img/coaching.jpg)"> <p style="color: #000;">Driver<br>Coaching</p> <span style="color: #000;" class="learn-more">Learn More ›</span> </a> <a href="h2r-challenge.html" class="col-xs-12 col-md-6 grid-item bg" style="background-image: url(img/h2rc-miata.jpg)"> <p style="color: #000;">H2R Challenge<br>Series</p> <span style="color: #000;" class="learn-more">Learn More ›</span> </a> <a href="calendar.php" class="col-xs-12 col-md-6 grid-item bg" style="background-image: url(img/mclaren.jpg)"> <p style="color: #000;">Calendar</p> <span style="color: #fff;" class="learn-more">Learn More ›</span> </a> <a href="about.html" class="col-xs-12 col-md-6 grid-item bg" style="background-image: url(img/h2r.jpg)"> <p style="color: #fff;">About Us</p> <span style="color: #fff;" class="learn-more">Learn More ›</span> </a> </div> </section> <section class="news"> <div class="row"> <div class="col-xs-12 col-md-6 news-text"> <h3>What's new<br><span class="gradient">at the hill?</span></h3> <p> We’ve just launched our newly re-designed website, designed by Nadia and Danny Soufi. In addition to revamping the site, we’ve also changed our domain name to h2r.com. We’re just full surprises aren’t we? Just wait till you see what we have in store for 2024. <p> </div> <div class="col-xs-12 col-md-6 news-img"> <img src="img/mockup.png" alt=""> </div> </div> </section> </div> </div> <footer> <h6>© Harris Hill Raceway (H2R)</h6> </footer> <script type="text/javascript" src="js/jquery-3.6.0.min.js" crossorigin="anonymous"></script> <script type="text/javascript" src="js/global-header.js"></script> </body> </html>