-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (47 loc) · 1.83 KB
/
Copy pathindex.html
File metadata and controls
47 lines (47 loc) · 1.83 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
42
43
44
45
46
47
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="canonical" href="https://octemplate.top/" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<meta name="theme-color" content="#ff385c" />
<meta
name="description"
content="OCTemplate 是一个在线图片模板生成工具,支持上传图片、实时预览并导出角色海报、游戏风格界面和固定尺寸 PNG 图片。"
/>
<meta
name="keywords"
content="OCTemplate, 图片模板生成器, 角色海报生成器, 在线图片编辑, PNG 导出"
/>
<meta property="og:type" content="website" />
<meta property="og:site_name" content="OCTemplate" />
<meta property="og:locale" content="zh_CN" />
<meta property="og:title" content="OCTemplate - 在线图片模板生成器" />
<meta
property="og:description"
content="选择模板、上传图片、调整参数,实时预览并导出固定尺寸 PNG。"
/>
<meta property="og:url" content="https://octemplate.top/" />
<meta property="og:image" content="https://octemplate.top/og/og_image.webp" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="OCTemplate - 在线图片模板生成器" />
<meta
name="twitter:description"
content="选择模板、上传图片、调整参数,实时预览并导出固定尺寸 PNG。"
/>
<meta
name="twitter:image"
content="https://octemplate.top/og/og_image.webp"
/>
<title>OCTemplate - 在线图片模板生成器</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/app/main.tsx"></script>
</body>
</html>