Created
September 29, 2016 10:44
-
-
Save islahh/58b9cb8254241b948b2a413d7c577ae0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
-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