Untitled
unknown
html
3 years ago
254 B
11
Indexable
<!DOCTYPE html>
<html>
<head>
<title>Input Form</title>
</head>
<body>
<h1>Enter some data:</h1>
<form method="POST">
<input type="text" name="user_input">
<button type="submit">Submit</button>
</form>
</body>
</html>
Editor is loading...