mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-22 15:17:18 +01:00
8 lines
245 B
HTML
8 lines
245 B
HTML
|
<p>Open this page in two windows and try sending some messages!</p>
|
||
|
<form action="javascript:void(0)">
|
||
|
<input type="text" name="content" required>
|
||
|
<button>Send</button>
|
||
|
</form>
|
||
|
<div id="messages"></div>
|
||
|
<script src='script.js'></script>
|