mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 10:12:51 +00:00
22 lines
568 B
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>
|