Skip to content

Instantly share code, notes, and snippets.

@zilahir
Last active May 22, 2018 09:22
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 zilahir/d9ed47d0737438e31b0700105b9f0ad0 to your computer and use it in GitHub Desktop.
Save zilahir/d9ed47d0737438e31b0700105b9f0ad0 to your computer and use it in GitHub Desktop.
form
<!DOCTYPE html>
<head>
<meta charset="utf-8">
</head>
<body>
<form>
<input id="message" type="text">
<input type="submit">submit>
</form>
<!-- JavaScript (include all script here) -->
<script src="node_modules/jquery/dist/jquery.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment