You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
400 B

<!DOCTYPE html>
<html>
<head>
</head>
<body>
<h1>Add a New Coffee To The List</h1>
<form action="/coffee" method="POST">
<input type="text" name="drink" placeholder="Drink"/><br/>
<input type="text" name="guest" placeholder="How May I Butcher Your Anme?"/><br/>
<input type="submit" value="Submit"/>
</form>
</body>
</html>