blob: 8f149f1d4635f19e59bb639774b11c079a9f0d5b [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Create a new Greeting</title>
</head>
<body>
<div class="tx-content">
<h1>Create new Greeting</h1>
<form method="post" action="new-greeting">
Uri: <input type="text" name="uri"/><br/>
Words: <input type="text" name="words"/><br/>
<input type="submit"/>
</form>
</div>
</body>
</html>