-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (38 loc) · 1.7 KB
/
index.html
File metadata and controls
41 lines (38 loc) · 1.7 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
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="现代化的在线图像拼接工具,支持多种图像格式的自动拼接与合成。提供直观的拖拽操作界面,实时预览效果。"
/>
<meta
name="keywords"
content="图像拼接,图片合并,照片拼接,图像合成,在线工具,React,TypeScript"
/>
<meta name="author" content="Image Stitcher Team" />
<meta name="robots" content="index, follow" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Image Stitcher - 图像拼接工具" />
<meta
property="og:description"
content="现代化的在线图像拼接工具,支持多种图像格式的自动拼接与合成。提供直观的拖拽操作界面,实时预览效果。"
/>
<meta property="og:site_name" content="Image Stitcher" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Image Stitcher - 图像拼接工具" />
<meta
name="twitter:description"
content="现代化的在线图像拼接工具,支持多种图像格式的自动拼接与合成。"
/>
<title>Image Stitcher - 图像拼接工具</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>