<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Cocktail Database</title></head><body><h1>Cocktail Database</h1><h2>Exisiting cocktails:</h2><ul></ul><form action="/cocktailDatabase" method="post"><fieldset><legend>Cocktail</legend><label for="name">Cocktail name:</label> <input type="text" name="name" id="name" value="" /><input type="hidden" name="action" value="add" /><input type="submit" value="add cocktail" /> <input type="submit" name="action" value="reset" /></fieldset></form></body></html>

