Untitled
unknown
html
2 years ago
254 B
9
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...