forked from lotem/rimekit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (22 loc) · 873 Bytes
/
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
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/favicon.ico">
<meta name="theme-color" content="#ffffff">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Rime 工具箱</title>
<meta name="keywords" content="Rime">
<meta name="description" content="Rime 工具箱,分享打字的樂趣">
<meta name="og:title" content="Rime 工具箱">
<meta name="og:description" content="Rime 工具箱,分享打字的樂趣">
<meta name="og:site_name" content="Rime工具箱">
<meta name="og:type" content="tool">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>