
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Woofy Live Studio</title>
<style>
body{
margin:0;
background:#07071c;
color:white;
font-family:Arial;
height:100vh;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
}
.box{
max-width:700px;
padding:40px;
}
h1{
font-size:48px;
color:#ff4d6d;
margin-bottom:20px;
}
p{
font-size:22px;
opacity:0.9;
}
a{
display:inline-block;
margin-top:30px;
padding:18px 35px;
background:#00ff88;
color:black;
text-decoration:none;
font-size:20px;
font-weight:bold;
border-radius:14px;
}
</style>
</head>
<body>
<div class="box">
<h1>Compte introuvable</h1>
<p>Veuillez créer un compte Woofy Live Studio pour accéder à cette interface.</p>
<a href="https://woofylivestudio.com/register">Créer un compte</a>
</div>
</body>
</html>