MaxKB/ui/index.html
2024-04-17 15:21:23 +08:00

22 lines
511 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" />
<base target=_blank>
<title>%VITE_APP_TITLE%</title>
</head>
<body>
<div id="app"></div>
<script
async
defer
src="http://localhost:3000/api/application/embed?protocol=http&host=localhost:3000&token=35d833ff707d494e">
</script>
<script type="module" src="/src/main.ts"></script>
</body>
</html>