Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - f1jw.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Mon, 19 May 2025 12:43:09 GMT
Content-Type: text/html
Content-Length: 162
Connection: keep-alive
Location: https://www.f1jw.com/
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-Permitted-Cross-Domain-Policies: master-only
Referrer-Policy: same-origin

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.f1jw.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Mon, 19 May 2025 12:43:09 GMT
Content-Type: text/html
Content-Length: 15734
Connection: keep-alive
Vary: Accept-Encoding
Last-Modified: Mon, 10 Feb 2025 17:53:38 GMT
Vary: Accept-Encoding
ETag: "67aa3d22-3d76"
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-Permitted-Cross-Domain-Policies: master-only
Referrer-Policy: same-origin
Accept-Ranges: bytes
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-Permitted-Cross-Domain-Policies: master-only
Referrer-Policy: same-origin

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: f1jw.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])

<!DOCTYPE html>
<html lang="es">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>F1JW</title>
    <link rel="stylesheet" href="0" />
    <link rel="shortcut icon" href="assets/photos/foto pageweb.enc">
</head>
<body>
<style>
    * {
  box-sizing: border-box;
}

@font-face {
  font-family: f1-font;
  src: url(assets/f1-font/Formula1-Bold.otf);
}

@font-face {
  font-family: f1-font-normal;
  src: url(assets/f1-font/Formula1-Regular.otf);
}

body {
  margin: 0;
  padding: 0;
  font-family: Helvetica, Verdana, sans-serif;
  background-color: #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh; 
}

/* Adaptación para pantallas medianas */
@media screen and (max-width: 1250px) {
  body {
    background-size: cover;
    background-position: center;
    min-height: 100vh;
  }
}

/* Adaptación para móviles */
@media screen and (max-width: 400px) {
  body {
    min-height: 100vh;
    background-size: cover;
  }
}

/* Estilo de la barra de navegación */
.navbar {
  background-color: rgb(255, 0, 0); /* Fondo blanco con transparencia */
  backdrop-filter: blur(10px); /* Aplicar el efecto blur */
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center; /* Cambiado a 'center' para centrar los elementos */
  padding: 0 20px;
  box-shadow: 0 2px 4px rgb(255, 0, 0);
  position: fixed;
  width: 100%;
  top: 5%;
  z-index: 1000;
}

.navbar1 {
  background-color: rgb(255, 255, 255); /* Fondo blanco con transparencia */
  backdrop-filter: blur(10px); /* Aplicar el efecto blur */
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: left; /* Cambiado a 'center' para centrar los elementos */
  padding: 0 20px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}
.navbar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.navbar-logo {
  color: #ffffff;
  text-decoration: none;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 0px;
  word-spacing: 0px;
  font-weight: normal;
  text-decoration: none;
  font-style: oblique;
  font-variant: small-caps;
  text-transform: lowercase;
  font-family: f1-font;
}

.navbar-menu {
  display: flex;
  list-style: none;
  padding: 0;
  text-align: center;
  float: center;
  margin-right: auto;
  margin-left: auto;
}

.navbar-menu1 {
  display: flex;
  list-style: none;
  padding: 0;
  text-align: left;
  float: center;
  margin-right: auto;
  margin-left: 0;
}

.navbar-item {
  margin-left: 20px;
  margin-top: 35px;
}

.navbar-item1 {
  margin-left: 30px;
  margin-top: -5px;
}

.navbar-links {
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0px;
  word-spacing: 0px;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  font-variant: small-caps;
  text-transform: lowercase;
  font-family: f1-font;
  
}

.navbar-links1 {
  color: #ff0000;
  text-decoration: none;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0px;
  word-spacing: 0px;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  font-variant: small-caps;
  text-transform: lowercase;
  font-family: f1-font;
  
}

.navbar-links1-2 {
  color: #000000;
  text-decoration: none;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0px;
  word-spacing: 0px;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  font-variant: small-caps;
  text-transform: lowercase;
  font-family: f1-font;
  
}

.navbar-linkss {
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0px;
  word-spacing: 0px;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  font-variant: small-caps;
  text-transform: lowercase;
  font-family: f1-font;
  border: 4px solid rgb(255, 255, 255);
  padding: 5px;
  border-radius: 50px;
}

.navbar-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.bar {
  height: 3px;
  width: 25px;
  background-color: #ffffff;
  margin: 4px 0;
  transition: all 0.3s;
}

/* Responsive */
@media screen and (max-width: 1268px) {
.navbar-menu {
    display: none;
    flex-direction: column;
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8); /* Fondo blanco con transparencia */
    backdrop-filter: blur(10px); /* Aplicar el efecto blur */
    text-align: center;
}


.navbar-item {
    margin: 10px 0;
}

.navbar-item1 {
  margin-left: 30px;
  margin-top: -17%;
}

.navbar-menu.active {
    display: flex;
    padding: 10px;
}

.navbar-toggle {
    display: flex;
}
}

/* Header */
.header {
  background-image: url("assets/photos/f1.blur.png");
  background-color: #cccccc;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  z-index: 1000;
}

.header h1 {
  color: #ff0000;
  font-size: 140px;
  text-align: center;
  font-family: f1-font;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1268px) {
  .header h1 {
    color: #ff0000;
    font-size: 90px;
    text-align: center;
    font-family: f1-font;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
}

.header p {
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  font-family: f1-font;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 0;
}

@media screen and (max-width: 1268px) {
  .header p {
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    font-family: f1-font;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: 0;
    margin-top: 10%;
  }
}
#flechaabajo {
  width: 50px;
  height: 35px;
  position: absolute;
  top: 85%;
  left: 47%;
  transform: translate(-50%, -50%);
  animation: subirBajar 3s ease-in-out infinite;
  cursor: pointer;
}

@media screen and (max-width: 1268px) {
  #flechaabajo {
    width: 50px;
    height: 35px;
    position: absolute;
    top: 85%;
    left: 43%;
    transform: translate(-50%, -50%);
    animation: subirBajar 3s ease-in-out infinite;
    cursor: pointer;
  }
}

.titulo_carreras h1{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0px;
  position: relative;
 margin-top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

@media screen and (max-width: 1268px) {
  .titulo_carreras h1{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0px;
    position: absolute;
    top: 100%;
    left: 50%;
    font-size: 20px;
    transform: translate(-50%, -50%);
    text-align: center;
    margin-left: 0%;
  }
}



/* Animación */
@keyframes subirBajar {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}

/* Contenedor principal */
.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  position: absolute;
  top: 120%;
  margin-left: 5%;
  margin-right: 5%;
}

@media screen and (max-width: 1268px) {
  .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    position: absolute;
    top: 130%;
    margin-left: 5%;
    margin-right: 5%;
  }
}


.Carreras {
  height: 450px;
  width: 300px;
  background-color: #ffffff;
  border-top: 2px solid black;
  border-right: 2px solid black;
  border-top-right-radius: 30px;
  position: relative;
  transition: 0.3s;
  margin-right: 5%; /* Ajuste responsive */
  margin-left: 0%;
  margin-bottom: 15vh;
}

@media screen and (max-width: 1268px) {
  .Carreras {
    height: 300px;
    width: 200px;
    background-color: #ffffff;
    border-top: 2px solid black;
    border-right: 2px solid black;
    border-top-right-radius: 30px;
    position: relative;
    transition: 0.3s;
    margin-right: 5%; /* Ajuste responsive */
    margin-left: 10%;
    margin-bottom: 10vh;
  }
}

.Carreras:hover {
  height: 480px;
  border-top: 2px solid red;
  border-right: 2px solid red;
}

@media screen and (max-width: 1268px) {
  .Carreras:hover {
    height: 330px;
    border-top: 2px solid red;
    border-right: 2px solid red;
  }
}

.Carreras img {
  margin-top: 0%;
  width: 90%; /* Adaptación responsive */
  height: auto;
}

@media screen and (max-width: 1268px) {
  .Carreras img {
    margin-top: 0%;
    width: 70%; /* Adaptación responsive */
    height: auto;
    margin-left: 10%;
  }
}


/* Ajustes para textos en Carreras */
.h1 {
  color: #ff0000;
  font-size: 40px;
  text-align: center;
  font-family: f1-font;
}

@media screen and (max-width: 1268px) {
  .h1 {
    color: #ff0000;
    font-size: 30px;
    text-align: center;
    font-family: f1-font;
  }
}

.h2, .h3, .h4, .h5, .h6, .h7 {
  color: #ff0000;
  font-size: 20px;
  text-align: center;
  font-family: f1-font-normal;
  white-space: nowrap;
}

@media screen and (max-width: 1268px) {
  .h2, .h3, .h4, .h5, .h6, .h7 {
    color: #ff0000;
    font-size: 10px;
    text-align: center;
    font-family: f1-font-normal;
    white-space: nowrap;
  }
}


/* Ajustes para listas */
ul.a, ul.b, ul.c, ul.d, ul.e, ul.f {
  color: #000;
  font-size: 20px;
  font-family: f1-font-normal;
  list-style-type: circle;
  margin: 0;
}

@media screen and (max-width: 1268px) {
  ul.a, ul.b, ul.c, ul.d, ul.e, ul.f {
    color: #000;
    font-size: 10px;
    font-family: f1-font-normal;
    list-style-type: circle;
    margin: 0;
  }
}

li {
  margin-bottom: 5%;
}

/* Botones */
#boton, #boton2, #boton3, .boton2 {
  border: none;
  cursor: pointer;
  position: absolute;
  width: 30px;
  height: 30px;
}

.boton2 {
  background-color: #fbff00;
  border-radius: 100px;
  color: #000;
}

</style>
    <!-- <form method="post" action="f1.php">
        <input type="hidden" name="logout" value="1"/>
        <input type="submit" value="Logout"/>
    </form> -->
    <nav class="navbar1">
        <div class="navbar-container1">
            <ul class="navbar-menu1">
                <li class="navbar-item1">
                    <a href="index.html" class="navbar-links1">F1</a>
                </li>
                <li class="navbar-item1">
                    <a href="f2jw/index.html" class="navbar-links1-2">F2</a>
                </li>
            </ul>
        </div>
    </nav>
    <nav class="navbar">
        <div class="navbar-container">
            <a href="index.html" class="navbar-logo">F1JW</a>
            <div class="navbar-toggle" id="mobile-menu">
                <span class="bar"></span>
                <span class="bar"></span>
                <span class="bar"></span>
            </div>
            <ul class="navbar-menu">
                <li class="navbar-item">
                    <a href="equipos.html" class="navbar-links">Equipos</a>
                </li>
                <li class="navbar-item">
                    <a href="individual.html" class="navbar-links">Corredores</a>
                </li>
                <li class="navbar-item">
                    <a href="criterios.html" class="navbar-links">Criterios</a>
                </li>
                <li class="navbar-item">
                    <a href="1rTemporada_Countdown.html" class="navbar-links">Temporizador</a>
                </li>
                <li class="navbar-item">
                    <a href="mercado.php" class="navbar-linkss">Mercado F1JW</a>
                </li>
                
            </ul>
        </div>
    </nav>
    
    <div class="header">
        <h1>F1 JW</h1>
        <p>¿Cuanto cuesta cada carrera? <br> ¿Como funciona cada karting? </p>
        <img id="flechaabajo" src="assets/photos/felcha.webp">
    </div>
    <div id="bajar">
    </div>
    <div class="container">
        <div class="Carreras">
            <h1 class="h1">Vendrell</h1>
            <h1 class="h2">Ronda 1</h1>
            <img src="assets/photos/KartingVendrelSreenshot.png" class="circuito">
            <ul class="b">
                <li>Precio: 45€/persona</li>
                <li>Funcionamiento: 10min entrenos cronometrados + 10 vueltas carrera</li>
            </ul>
        </div>
        <div class="Carreras">
            <h1 class="h1">Sallent</h1>
            <h1 class="h3">Ronda 2</h1>
            <img src="assets/photos/pixelcut-export (2).png" class="circuito">
            <ul class="c">
                <li>Precio: 55€/persona</li>
                <li>Funcionamiento: 10min entrenos libres + 10min entrenos cronometrados + 10 vueltas carrera</li>
            </ul>
        </div>
        <div class="Carreras">
            <h1 class="h1">Cardedeu</h1>
            <h1 class="h4">Ronda 3</h1>
            <img src="assets/photos/pixelcut-export (1).png" class="circuito">
            <ul class="b">
                <li>Precio: 55€/persona</li>
                <li>Funcionamiento: 10min entrenos libres + 10min entrenos cronometrados + 10 vueltas carrera</li>
            </ul>
        </div>
        <div class="Carreras">
            <h1 class="h1">Castellolí</h1>
            <h1 class="h5">Ronda 4</h1>
            <img src="assets/photos/KartingVendrelSreenshot.png" class="circuito">
            <ul class="b">
                <li>Precio: 53€/persona</li>
                <li>Funcionamiento: 10min entrenos cronometrados + 10 vueltas carrera</li>
            </ul>
        </div>
        <div class="Carreras">
            <h1 class="h1">Karting el Pla</h1>
            <h1 class="h6">Ronda 5</h1>
            <img src="assets/photos/pixelcut-export (1).png" class="circuito">
            <ul class="b">
                <li>Precio: 55€/persona</li>
                <li>Funcionamiento: 10min entrenos cronometrados + 10 vueltas carrera</li>
            </ul>
        </div>        
    </div>
    
    
<script>
    
document.addEventListener("DOMContentLoaded", function () {
    const mobileMenu = document.getElementById("mobile-menu");
    const navbarMenu = document.querySelector(".navbar-menu");
  
    // Mostrar u ocultar el menú al hacer clic en el toggle
    mobileMenu.addEventListener("click", function () {
      navbarMenu.classList.toggle("active");
    });
  
    // Cerrar el menú al hacer clic en cualquier parte de la pantalla
    document.addEventListener("click", function (event) {
      // Verificar si el clic se hizo fuera del menú o del toggle
      if (!navbarMenu.contains(event.target) && !mobileMenu.contains(event.target)) {
        navbarMenu.classList.remove("active");
      }
    });
});

document.getElementById('flechaabajo').addEventListener('click', function() {
    document.getElementById('bajar').scrollIntoView({
        behavior: 'smooth'
    });
});

document.getElementById("boton").addEventListener("click", function() {
    // Aquí puedes colocar cualquier acción que desees realizar cuando se haga clic en la imagen
    alert("🎉 ¡El ganador de la carrera es: Arnau Llamas con: 26 puntos! 🎉");
});
document.getElementById("boton2").addEventListener("click", function() {
// Aquí puedes colocar cualquier acción que desees realizar cuando se haga clic en la imagen
    alert("¡El equipo ganador se anunciará al final de la carrera!");
});
document.getElementById("boton3").addEventListener("click", function() {
// Aquí puedes colocar cualquier acción que desees realizar cuando se haga clic en la imagen
    alert("¡El equipo ganador se anunciará al final de la carrera!");
});





</script>
    
</body>
</html>
                               

Whois info of domain

Domain Name: F1JW.COM
Registry Domain ID: 2879668563_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.hostinger.com
Registrar URL: http://www.hostinger.com
Updated Date: 2025-05-09T06:08:48Z
Creation Date: 2024-05-09T11:35:56Z
Registry Expiry Date: 2026-05-09T11:35:56Z
Registrar: HOSTINGER operations, UAB
Registrar IANA ID: 1636
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +37064503378
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS1.DNS-PARKING.COM
Name Server: NS2.DNS-PARKING.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-19T12:43:01Z <<<
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