Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created April 28, 2020 22:45
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/8c71a0a12b52fdb935992cceda087724 to your computer and use it in GitHub Desktop.
Save parzibyte/8c71a0a12b52fdb935992cceda087724 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>repl.it</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form action="." method="get">
<input class="prevenir-envio" name="nombre" type="text" placeholder="Nombre">
<br><br>
<input class="prevenir-envio" name="correo" type="email" placeholder="Correo electrónico">
<br><br>
<button type="submit">Enviar</button>
</form>
<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