11 lines
242 B
HTML
11 lines
242 B
HTML
<html>
|
|
<body>
|
|
<form action = "/input" method = "post">
|
|
<p>Inserisci frase:</p>
|
|
<p><input type = "text" name = "nm" /></p>
|
|
<p><input type = "submit" value = "submit" /></p>
|
|
</form>
|
|
</body>
|
|
</html>
|
|
|