ihm_client/src/pages/chat/chat.html

15 lines
207 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>