first commit! 🎉
This commit is contained in:
commit
a7b6a4573a
8 changed files with 622 additions and 0 deletions
15
views/chat.html
Normal file
15
views/chat.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue