ihm_client/src/pages/chat/chat.html
2024-12-18 22:10:08 +01:00

14 lines
201 B
HTML
Executable File

<!DOCTYPE html>
<html lang="en">
<head>
<title>Chat</title>
</head>
<body>
<chat-component></chat-component>
<script type="module" src="./chat.ts"></script>
</body>
</html>