Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Last active August 13, 2019 23:58
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/f0af70d08b44392fc016afeee727eb66 to your computer and use it in GitHub Desktop.
Save parzibyte/f0af70d08b44392fc016afeee727eb66 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Enviar por WhatsApp by parzibyte</title>
</head>
<body>
<h1>Enlace de WhatsApp</h1>
<a href="//parzibyte.me/blog">By Parzibyte</a>
<br><br>
<input id="texto" type="text" placeholder="Lo que quieres compartir">
<button id="btnCompartir">Compartir</button>
<script src="script.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment