15 lines
207 B
HTML
Executable File
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>
|