1
0
This repository has been archived on 2024-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
SDI-WebSocket-Exercise/chat.html
2024-04-11 08:58:46 +02:00

17 lines
408 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>WebSocket Chat exercise</title>
<script>
</script>
</head>
<body>
<textarea id="chatlog" readonly></textarea><br/>
<input id="msg" type="text" />
<button type="submit" id="sendButton">Send!</button>
<button type="submit" id="closeButton">End</button>
</body>
</html>