1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-08-01 16:38:02 +08:00
2023-10-17 19:10:27 +08:00

14 lines
386 B
HTML

<!DOCTYPE html>
<html lang="en" class="h-full bg-gray-100">
<head>
<meta charset="UTF-8" >
<meta name="naive-ui-style" >
<meta name="viewport" content="width=device-width, initial-scale=1.0" >
<title>春松客服</title>
</head>
<body class="h-full">
<div id="app" class="h-full"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>