forked from LibreService/my_rime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
19 lines (19 loc) · 1003 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./LibreService.svg" />
<link rel="alternate icon" href="./favicon.ico" type="image/png" sizes="16x16">
<link rel="apple-touch-icon" href="./apple-touch-icon.png">
<link rel="mask-icon" href="./LibreService.svg" color="#FFFFFF">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
<title>무설치 한글입력기 - 도한글 </title>
<meta name="description" content="오픈소스 무설치 온라인 한국어입력기 - 도한글 | My Rime for Hangul: Free and Open Source online Korean IME powered by RIME. ">
<meta name="keywords" content="한글입력기, 무설치, 도한글, 한글키보드">
<meta name="google-site-verification" content="vBRd426Bw8IT_3rTayR_cl1mlmnmUHDVc6HT1p_dgNY" />
</head>
<body>
<div id="app"></div>
<script type="module" src="./src/main.ts"></script>
</body>
</html>