-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (50 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
46
47
48
49
50
51
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="stylesheets/core.css" media="screen"/>
<link rel="stylesheet" href="stylesheets/nav.css"/>
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<title>Hime Input Method Editor</title>
</head>
<body>
<h1><img alt="Hime logo" src="https://github.com/hime-ime/hime/raw/master/icons/hime.png">Hime Input Method Editor</h1>
<header>
<nav>
<ul>
<li><a href="index.html">首頁</a></li>
<li><a href="screenshot.html">截圖</a></li>
<li><a href="downloads.html">下載</a></li>
<li><a href="github-related.html">Github相關</a></li>
<li><a href="faq.html">常見問題</a></li>
<li><a href="about.html">關於Hime</a></li>
</ul>
</nav>
</header>
<div id="content">
<article>
<h3>為甚麼Hime是您最好的選擇?</h3>
<ul>
<li>功能強大,支援多種輸入法</li>
<li>貼近使用者的習慣</li>
<li>高度可自訂性</li>
<li>國際化的視野,支援多國語言</li>
<li>支援Over-The-Spot, On-The-Spot, 和Root-Input-Mode</li>
<li>支援GTK2+/GTK3+/QT3/QT4 im-module和XIM模式</li>
</ul>
<h3>支援多種輸入法,包括</h3>
<ul>
<li>倉頡、倉頡五代、標點倉頡、注音、新酷音、詞音、拼音、</li>
<li>大易、行列、行列40、嘸蝦米、內碼、簡易、日本anthy、</li>
<li>韓拼、亂倉打鳥、帶調粵拼、希臘文、拉丁文、俄文、越南文</li>
</ul>
</article>
</div>
<footer>
<p>Hime Input Method Editor Project</p>
</footer>
</body>
</html>