Meta Description" name="description" />
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<title>Registro de Jugador | Mi Proyecto</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="login-container">
<img src="tu-logo.png" alt="Logo" class="logo">
<h2>CREAR CUENTA</h2>
<form action="/procesar-datos" method="POST">
<input type="text" name="username" placeholder="NOMBRE DE USUARIO" required>
<input type="email" name="email" placeholder="CORREO ELECTRÓNICO" required>
<input type="password" name="password" placeholder="CONTRASEÑA" required>
<button type="submit">REGISTRARSE</button>
</form>
</div>
</body>
</html>
3
1
1KB
1KB
97.0ms
124.0ms
104.0ms