-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (29 loc) · 1.44 KB
/
index.html
File metadata and controls
29 lines (29 loc) · 1.44 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" sizes="any" />
<link rel="apple-touch-icon" href="/apple-touch-icon-180x180.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>JSON Tools - 多功能JSON处理助手</title>
<meta key="title" content="JSON Tools - 多功能JSON处理助手" property="og:title" />
<meta content="强大的JSON工具集,支持格式化、验证、转换、编辑等多种功能" property="og:description" />
<meta content="强大的JSON工具集,支持格式化、验证、转换、编辑等多种功能" name="description" />
<meta
key="viewport"
content="viewport-fit=cover, width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
name="viewport"
/>
<link rel="manifest" href="/manifest.webmanifest" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="apple-mobile-web-app-title" content="JSON Tools" />
<meta name="application-name" content="JSON Tools" />
<meta name="description" content="强大的JSON工具集,支持格式化、验证、转换、编辑等多种功能" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>