Initial commit

This commit is contained in:
2025-02-17 22:31:56 +01:00
commit db233f38a3
18 changed files with 706 additions and 0 deletions

10
templates/input.html Normal file
View 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>