forked from LibreService/my_rime
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (24 loc) · 1.07 KB
/
index.html
File metadata and controls
25 lines (24 loc) · 1.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./favicon.svg" />
<link rel="alternate icon" href="./favicon.ico" type="image/png" sizes="16x16">
<link rel="apple-touch-icon" href="./apple-touch-icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
<title>在线中文输入法 - VRIME</title>
<meta name="description" content="Free and Open Source online Chinese IME powered by RIME. 为Meta Quest用户打造的在线中文输入法">
</head>
<body>
<div id="app"></div>
<script type="module" src="./src/main.ts"></script>
<!-- Hidden form for Netlify Forms detection -->
<form name="feedback" method="POST" data-netlify="true" data-netlify-honeypot="bot-field" hidden>
<input type="hidden" name="form-name" value="feedback" />
<input type="text" name="name" />
<input type="email" name="contact" />
<textarea name="feedback"></textarea>
<input type="text" name="bot-field" />
</form>
</body>
</html>