mirror of
https://github.com/jeelabs/esp-link.git
synced 2026-03-04 00:14:00 +01:00
11 lines
246 B
HTML
11 lines
246 B
HTML
<html><head><title>Test</title></head>
|
|
<body>
|
|
|
|
<form method="post" action="test.cgi">
|
|
<input type="text" name="Test1" value="t1">
|
|
<input type="text" name="Test2" value="t2">
|
|
<input type="submit" name="DoIt" value="Do It">
|
|
</form>
|
|
|
|
</body></html>
|