-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (52 loc) · 1.96 KB
/
index.html
File metadata and controls
52 lines (52 loc) · 1.96 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Website for the stroke input method (筆畫輸入法).">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/favicon-48x48.png" sizes="48x48">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="stylesheet" href="/javascript/stroke-input.min.css">
<title>Stroke input method (筆畫輸入法)</title>
</head>
<body>
<h1>Stroke input method (<span lang="zh-Hant">筆畫輸入法</span>)</h1>
<p>
See <<a href="https://github.com/stroke-input">https://github.com/stroke-input</a>> for the GitHub organisation.
</p>
<h2>Implementations</h2>
<h3>Stroke Input Method (<span lang="zh-Hant">筆畫輸入法</span>) for Android</h3>
<ul>
<li>
<a href="https://f-droid.org/en/packages/io.github.yawnoc.strokeinput/"><img alt="Get it on F-Droid" src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" width="180"></a>
</li>
<li>
<a href="https://play.google.com/store/apps/details?id=io.github.yawnoc.strokeinput"><img alt="Get it on Google Play" src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png" width="180"></a>
</li>
<li>
<a href="https://github.com/stroke-input/stroke-input-android">Source code on GitHub</a>
</li>
</ul>
<h3>Stroke input method (<span lang="zh-Hant">筆畫輸入法</span>): JavaScript</h3>
<ul>
<li>
<a href="/javascript/">Try it online</a>
</li>
<li>
<a href="https://github.com/stroke-input/stroke-input-javascript">Source code on GitHub</a>
</li>
</ul>
<h2>Supporting repositories</h2>
<ul>
<li>
<a href="https://github.com/stroke-input/stroke-input-data">Conway Stroke Data</a>
</li>
<li>
<a href="https://github.com/stroke-input/stroke-input-font">Stroke Input Font</a>
</li>
</ul>
</body>
</html>