Created
February 2, 2018 04:10
-
-
Save thai-ng/34f77f0f923e2b76fe07186c179d77e3 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Typewriter Monkeys Feedback</title> | |
</head> | |
<body> | |
<h1>Feedback plx</h1> | |
<form action="forms.php" method="POST"> | |
<label for="ID">Student ID:</label> | |
<input type="text" autofocus required name="ID" /> | |
<br/> | |
<label for="FB">Feedback:</label> | |
<input type="text" required name="FB" /> | |
<input class="button" 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