<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport">
<title>Simple Chat Client</title>
<script src="chat.js"></script>
</head>
<body>
<input id="passwd-input" type="text">
<button id="passwd-button">Update Key</button>
<ul id="chat-room"></ul>
<input id="chat-input" type="text">
<button id="chat-button">Send</button>
</body>
</html>