Files
2026-05-23 17:11:30 +02:00

12 lines
232 B
HTML

<!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>