Skip to content

Instantly share code, notes, and snippets.

@thai-ng
Created February 2, 2018 04:10
Show Gist options
  • Save thai-ng/34f77f0f923e2b76fe07186c179d77e3 to your computer and use it in GitHub Desktop.
Save thai-ng/34f77f0f923e2b76fe07186c179d77e3 to your computer and use it in GitHub Desktop.
<!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