-
Notifications
You must be signed in to change notification settings - Fork 12
/
index.html
58 lines (58 loc) · 3.28 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
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="zh-TW">
<head>
<meta charset="UTF-8" />
<meta name="description" content="佳節愉快" />
<meta name="keywords" content="MC MJ, 江美, 美音, 美江, 斷開, 魂結, 鎖鏈, 五倍, 5倍, 鑽石" />
<meta name="author" content="cornguo" />
<title>
美音 online (MC MJ 語音系統)
</title>
<link rel="stylesheet" href="css/screen.css">
<script type="text/javascript" src="//l2.io/ip.js?var=client_ip"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js"></script>
<script type="text/javascript" src="./jquery.holdEvent.js"></script>
<script type="text/javascript" src="./howler.js/howler.min.js"></script>
<script type="text/javascript" src="./clips.js"></script>
<script type="text/javascript" src="./names.js"></script>
<script type="text/javascript" src="./categories.js"></script>
<script type="text/javascript" src="./sentences.js"></script>
<script type="text/javascript" src="./func.js"></script>
</head>
<body>
<a href="https://github.com/cornguo/mjcount"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png" alt="Fork me on GitHub"></a>
<div id="control">
<button id="say">美音你說說</button><br />
<button id="stop">閉嘴</button>
<button id="clear">清空</button><br />
<button id="lucky">美音好手氣</button><br />
<button id="time">美音幾點了</button><br />
<button id="ip">美音唸 IP</button><br />
<button id="like">美音按讚數</button><br />
<button id="getlink">取得分享連結</button>
</div>
<article>
<div id="fb_like">
<iframe src="about:blank" data-src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fcornguo.github.io%2Fmjcount&layout=button_count&show_faces=true&width=100&action=like&colorscheme=light&height=21" style="border:none; overflow:hidden; height:21px;"></iframe>
</div>
<h1>美音 online (MC MJ 語音系統)</h1>
<div class="container">
<span>點 = 聽,長按 = 把單字加進句子裡</span>
<div id="buttons"></div>
</div>
<div class="container">
<h1>排字區</h1>
<span>拖曳 = 排序, 雙點 = 刪除</span>
<div id="tokens"></div>
<!-- yes, you can duplicate, extend it without my permission -->
</div>
<div>
<a href="http://cornguo.github.io/mjcount">緊急逃生門</a> | <a href="index.devel.html">熱騰騰的 Beta 版</a> |
電腦版推薦使用 IE 以外的瀏覽器。
手機部分已知 iPhone 正常,Android 手機請用 <a href="https://play.google.com/store/apps/details?id=org.mozilla.firefox">Firefox</a> 開啟<br />
Special thanks to Carlos Chung for offering this template :)
</div>
</article>
</body>
</html>