Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 8, 2019 01:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/32d13a529b68b25ea16cf22b89cc4b67 to your computer and use it in GitHub Desktop.
Save parzibyte/32d13a529b68b25ea16cf22b89cc4b67 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<title>Agregar mensaje</title>
</head>
<body>
<form action="nuevo.php" method="post">
<input name="mensaje" id="mensaje"placeholder="Escribe tu mensaje"/>
<br>
<button>Guardar</button>
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment