Skip to content

Instantly share code, notes, and snippets.

@islahh
Created September 29, 2016 10:44
Show Gist options
  • Save islahh/8e456ad7cd6a240c6217a9a16d8178f7 to your computer and use it in GitHub Desktop.
Save islahh/8e456ad7cd6a240c6217a9a16d8178f7 to your computer and use it in GitHub Desktop.
<!--
-open sublime
- save yout blank file as "form.html" in your desktop
-set "save as type" to "all files"
-->
<!DOCTYPE html>
<html>
<head>
<title>Musleh</title>
</head>
<body>
<form action ="http://requestb.in/1cip50x1" method="get">
username<input type="text" name="username">
matric<input type="text" name="matric">
password<input type="password" name="password">
<input type="submit" value="submit">
<form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment