<!html>
<head>
<title>Rust Programming</title>
</head>
<body>
<h1>Enter data</h1>
<form name="form1" method="get" action="/docgi.cgi">
<p>Your name: <input type="text" name="name"></p>
<p>Cookie value: <input type="text" name="value"></p>
<input type="submit" value="Rust it!">
</form>
</body>
</html>