-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (34 loc) · 1.57 KB
/
index.html
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
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<meta
name="description"
content="An online vecrot little human generator just for fun. Made with React and Vite."
/>
<meta
name="keywords"
content="vector human, little human, illustrations, 矢量小人, 在线生成工具, 小人生成器, lxchapu, 柃夏chapu"
/>
<meta name="author" content="柃夏chapu" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://little-human.lxchapu.com/" />
<meta property="og:title" content="Little Human" />
<meta property="og:description" content="A front-end only little human generator" />
<meta property="og:image" content="https://s2.loli.net/2024/03/02/hba5MAilRXguZtr.webp" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://little-human.lxchapu.com/" />
<meta property="twitter:title" content="Little Human" />
<meta property="twitter:description" content="A front-end only little human generator" />
<meta property="twitter:image" content="https://s2.loli.net/2024/03/02/hba5MAilRXguZtr.webp" />
<title>Little Human</title>
<% if (PROD) { %>
<script defer src="https://cloud.umami.is/script.js" data-website-id="a7ed3a90-488c-454f-b2a7-ff2aadba9e52"></script>
<% } %>
</head>
<body>
<div id="root"></div>
</body>
</html>