html form example
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user