-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
45 lines (38 loc) · 1.61 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Chaim</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">Chaim</h1>
<h2 class="project-tagline">Chromebook用の日本語入力システム by Toshiyuki Masui</h2>
<a href="https://github.com/masui/Chaim" class="btn">ソース @ GitHub</a>
</section>
<section class="main-content">
<center>
<iframe width="560" height="315" src="https://www.youtube.com/embed/CvwdSdlZe58" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</center>
<h3><a class="anchor" aria-hidden="true"></a>特徴</h3>
<p>
<ul>
<li>ChaimはChromebook用の日本語入力システム(IME)です。</li>
<li>Chromebookの<a href="https://developer.chrome.com/extensions/input_ime">IME API</a>を利用しています
</ul>
</p>
<h3>使い方</h3>
<p>
<ul>
<li>右Altキーで日本語モードになり、左Altキーで英語モードになります</li>
</ul>
<h3><a class="anchor" aria-hidden="true"></a>インストール</h3>
<p>
</section>
</body>
</html>