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.
15 lines
400 B
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>
|