Advertisement
GZTEAM

Loginhtml

Apr 13th, 2024 (edited)
939
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.52 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.     <title>Crear Nuevo Usuario</title>
  7.     <link rel="stylesheet" href="styles.css"> <!-- Agregar esta línea para vincular el archivo CSS externo -->
  8. </head>
  9. <body>
  10.     <h1>Create username : </h1>
  11.     <form action="/login" method="post">
  12.         <input type="text" name="username" required />
  13.         <button type="submit">Crear usuario</button>
  14.     </form>
  15. </body>
  16. </html>
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement