forked from Magnezone462/Zyevio-Qhan-La-Pryenxuankhri
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (33 loc) · 1.36 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>隋語漢羅変換器</title>
<script src="dzyendziwprieu.js" type="text/javascript"></script>
<!--<script src="zihom.js" type="text/javascript"></script>-->
<script src="main.js"></script>
<script src="convert.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
</head>
<body lang="ja" onload="ready()">
<div class="all">
<h1>隋語漢羅変換器 <span style="font-size: 0.6em;">ver 0.1.1</span></h1>
<p>隋語の漢→<a href="https://github.com/Magnezone462/Zyevio/blob/master/隋語拼音方案.pdf">羅</a>変換をします。字音は手動で選んでください。</p><hr>
<div class="xenkwanki">
<div>
<form id="form">
<input type="text" id="dat" value="天地玄黃 宇宙洪荒" placeholder="熟語を入力してください" autocomplete="off" />
<a id="xenkwan">pryênxuân <span class="ion-arrow-down-c"></span></a>
</form>
</div>
<div id="res"></div>
<div id="res2"></div>
</div>
<hr>
<div id="tweet"></div>
<label><input type="checkbox" id="temsaku_xuheu" checked /><span>Twitterでの添削を希望</span></label><br>
<a href="https://github.com/Magnezone462/Zyukugo-xenkwan-ki">View on Github</a>
</div>
</body>
</html>