-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (32 loc) · 1.26 KB
/
Copy pathindex.html
File metadata and controls
33 lines (32 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/app.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="PakePlus - 将网站秒变桌面应用和手机应用,开源免费打包工具,支持 Windows/macOS/Linux/Android/iOS"
/>
<meta
name="keywords"
content="PakePlus,网页打包,桌面应用,手机应用,Tauri,跨平台,开源,打包工具,web to app"
/>
<meta
property="og:title"
content="PakePlus - 网站秒变桌面应用和手机应用"
/>
<meta
property="og:description"
content="开源免费打包工具,将 HTML/网页/Vue/React 项目打包为跨平台桌面和手机应用"
/>
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<script src="/vconsole.min.js"></script>
<title>PakePlus - 网站秒变桌面应用和手机应用</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>