12 lines
216 B
PHP
12 lines
216 B
PHP
<h1>Hello world</h1>
|
|
|
|
<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>
|