Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="es">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Agregar mensaje</title>
  6. </head>
  7. <body>
  8. <form action="nuevo.php" method="post">
  9. <input name="mensaje" id="mensaje"placeholder="Escribe tu mensaje"/>
  10. <br>
  11. <button>Guardar</button>
  12. </form>
  13. </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement