1
0
forked from lxh/go-wxhelper
go-wxhelper/frontend/index.html

14 lines
412 B
HTML
Raw Normal View History

2024-07-04 14:46:12 +08:00
<!DOCTYPE html>
2024-07-04 17:16:37 +08:00
<html lang="en" class="h-full bg-gray-100">
2024-07-04 14:46:12 +08:00
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2024-07-04 14:57:31 +08:00
<title>一个微信机器人</title>
2024-07-04 14:46:12 +08:00
</head>
2024-07-04 17:16:37 +08:00
<body style="min-height: 911px" class="h-full">
2024-07-04 14:46:12 +08:00
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>