2021-08-21 10:58:00 +00:00
|
|
|
<h1>Hello world</h1>
|
2021-08-21 14:00:48 +00:00
|
|
|
|
|
|
|
<hr>
|
|
|
|
|
|
|
|
<label for="text">Text to Send:</label><input type="text" id="text">
|
|
|
|
<button id="submit">Submit</button>
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
|
|
|
|
<label for="response">Response:</label>
|
|
|
|
<textarea id="response"></textarea>
|