Chatbot Source
index.html
<html>
<head>
<link href="style.css" type="text/css" rel="stylesheet">
</head>
<body>
<h1>Friend Proxy Chatbot 🗣️🤖</h1>
<p>Press the "Chat" button to talk to the friend proxy chatbot.</p>
</body>
</html>
style.css
body {
color: pink;
background: darkblue;
font-family: monospace;
}