first commit! 🎉

This commit is contained in:
ari melody 2024-11-03 22:54:37 +00:00
commit a7b6a4573a
Signed by: ari
GPG key ID: CF99829C92678188
8 changed files with 622 additions and 0 deletions

15
views/chat.html Normal file
View file

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<link href="css/chat.css" rel="stylesheet">
</head>
<body>
<div id="chat">
</div>
</body>
<script type="module" src="js/chat.js"></script>
</html>