<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8" />
<title>Dominio aparcado en Wesped</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
html, body {
margin: 0;
padding: 0;
height: 100%;
background: #f5f5f5;
font-family: "Segoe UI", sans-serif;
}
.contenedor {
height: 50%;
display: flex;
justify-content: center;
align-items: center;
}
.tarjeta {
background: white;
border-radius: 12px;
padding: 2em;
max-width: 500px;
box-shadow: 0 0 30px rgba(0,0,0,0.08);
text-align: center;
}
.logo {
max-height: 50px;
margin-bottom: 1em;
}
h1 {
font-size: 1.5em;
margin-bottom: 1em;
color: #333;
}
.acciones {
margin-top: 1.5em;
}
.btn {
display: inline-block;
background: #007bff;
color: white;
text-decoration: none;
padding: 0.7em 1.2em;
border-radius: 8px;
font-weight: bold;
margin: 0.5em 0.3em;
transition: background 0.3s;
cursor: pointer;
}
.btn:hover {
background: #0056b3;
}
a.dominio-link {
color: #007bff;
text-decoration: none;
}
a.dominio-link:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<div class="contenedor">
<div class="tarjeta">
<img class="logo" src="https://www.cdn.wesped.com/assets/img/logo.png" alt="Wesped Logo" />
<h1>El dominio <a class="dominio-link" href="https://expoterapiasnaturales.es" target="_blank" rel="noopener noreferrer">expoterapiasnaturales.es</a> está registrado</h1>
<div class="acciones">
<a class="btn" href="https://www.wesped.com/submitticket.php?step=2&deptid=7&subject=Interesado%20en%20expoterapiasnaturales.es" target="_blank" rel="noopener noreferrer">Hacer una oferta por expoterapiasnaturales.es</a>
<a class="btn" href="https://www.wesped.com/cart.php?a=add&domain=register&query=expoterapiasnaturales.es" target="_blank" rel="noopener noreferrer">Registrar otro dominio</a>
<a class="btn" href="https://www.wesped.com/" target="_blank" rel="noopener noreferrer">Ir a Wesped.com</a>
</div>
</div>
</div>
<script type="text/javascript">
document.write(
'<script type="text/javascript" language="JavaScript"'
+ 'src="//sedoparking.com/frmpark/'
+ window.location.host + '/'
+ 'wesped'
+ '/park.js">'
+ '<\/script>'
);
</script>
</body>
</html>