html form example

This commit is contained in:
jotty
2026-05-23 17:11:30 +02:00
parent c257151fbb
commit 09146887b2
2 changed files with 23 additions and 7 deletions
+12
View File
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<body>
<a href='/ping'>Ping</a><br />
<form action="/echo" method="post">
<input type="text" name="message" />
<input type="submit" value="und ab damit" />
</form>
</body>
</html>