UnisKB/ui/index.html

22 lines
568 B
HTML
Raw Normal View History

2023-11-30 03:29:31 +00:00
<!doctype html>
2023-09-15 09:40:35 +00:00
<html lang="en">
<head>
2023-11-30 03:29:31 +00:00
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2023-10-12 08:36:16 +00:00
<title>%VITE_APP_TITLE%</title>
2023-09-15 09:40:35 +00:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
2023-12-26 08:56:14 +00:00
<script>
window.maxkbChatConfig = {
token: 'ae91f8122813b571',
host: 'localhost:3000',
protocol: 'http:'
}
</script>
<script src="http://localhost:3000/ui/embeb.js"></script>
2023-09-15 09:40:35 +00:00
</body>
</html>