Initial commit
This commit is contained in:
10
templates/input.html
Normal file
10
templates/input.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user