14 lines
201 B
HTML
Executable File
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>
|