UnisKB/ui/index.html

22 lines
568 B
HTML

<!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" />
<title>%VITE_APP_TITLE%</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<script>
window.maxkbChatConfig = {
token: 'ae91f8122813b571',
host: 'localhost:3000',
protocol: 'http:'
}
</script>
<script src="http://localhost:3000/ui/embeb.js"></script>
</body>
</html>