mirror of
https://github.com/chathub-dev/chathub.git
synced 2025-09-26 20:31:18 +08:00
14 lines
363 B
HTML
14 lines
363 B
HTML
<!DOCTYPE html>
|
|
<html translate="no">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta content="width=device-width,initial-scale=1.0" name="viewport" />
|
|
<title>ChatHub</title>
|
|
<script type="module" src="./src/app/theme.ts"></script>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="./src/app/main.tsx"></script>
|
|
</body>
|
|
</html>
|