dchat/ui/index.html

14 lines
328 B
HTML
Raw Permalink Normal View History

2023-04-16 20:40:48 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2023-12-08 20:07:24 +01:00
<title>dchat</title>
2023-04-16 20:40:48 +02:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>