-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 1.14 KB
/
Copy pathindex.html
File metadata and controls
23 lines (23 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="HTooL 是一个浏览器优先的实用工具箱,提供 Markdown、图片、二维码、数据处理与 IP 查询工具。">
<meta name="theme-color" content="#ecebe6">
<meta name="color-scheme" content="light dark">
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<meta property="og:title" content="HTooL · 浏览器端实用工具箱">
<meta property="og:description" content="把文档、图片、二维码和常用数据处理工具放在一个克制、顺手的工作台里。">
<meta property="og:type" content="website">
<meta property="og:url" content="https://htool.vercel.app/">
<meta name="twitter:card" content="summary">
<title>HTooL · 浏览器端实用工具箱</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>