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.

20 lines
323 B

<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
</head>
<body>
<form action="/index.html" action="GET">
Surname:<br>
<input type="text" name="surname" value="">
<br>
<input type="submit" value="Submit">
</form>
</body>
</html>