phga.de-legacy/tmpl/form.html

15 lines
400 B

<html>
<head>
<meta charset="UTF-8"/>
<title>{{.Title}}</title>
</head>
<body>
<form method="post" action="/test/arnold/eckern">
<input name="text" type="text" value=""/>
<input name="pw" type="password" value=""/>
<input name="mail" type="email" value=""/>
<button>SEND</button>
</form>
</body>
</html>