forked from ngsiufai/kongnui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
100 lines (84 loc) · 4.99 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!doctype html>
<html class="no-js" lang="yue-HK">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>港女拼音轉換器!!!!!</title>
<meta name="description" content="ByeBuyDayHK 小組誠意提供:港女拼音轉換器">
<meta property="og:title" content="港女拼音轉換器!!!!!">
<meta property="og:description" content="港女拼音轉換器,幫你將大量文字直接轉成香港人嘅「港女拼音」。呢個轉換係由 ByeBuyDay 全民罷買日小組提供。點解要罷買呢?抗爭兩個月以來,政府漠視民意、顛倒是非、官黑勾結、侵犯市民權利、製造白色恐佈,我等痛心疾首。
因此,我等希望透過參與不消費運動,以完全合法、和平方式強烈譴責政府並要求政府具體回應五大訴求。">
<meta property="og:image" content="https://ngsiufai.github.io/kongnui/img/byebuy2_fb.jpg">
<meta property="og:url" content="https://ngsiufai.github.io/kongnui/">
<meta name="twitter:title" content="港女拼音轉換器!!!!!">
<meta name="twitter:description" content="港女拼音轉換器,幫你將大量文字直接轉成香港人嘅「港女拼音」。呢個轉換係由 ByeBuyDay 全民罷買日小組提供。點解要罷買呢?抗爭兩個月以來,政府漠視民意、顛倒是非、官黑勾結、侵犯市民權利、製造白色恐佈,我等痛心疾首。
因此,我等希望透過參與不消費運動,以完全合法、和平方式強烈譴責政府並要求政府具體回應五大訴求。">
<meta name="twitter:image" content="https://ngsiufai.github.io/kongnui/img/byebuy2_fb.jpg">
<meta name="twitter:card" content="summary_large_image">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<style>
textarea {font-size:16pt !important;}
</style>
</head>
<body>
<!--[if lte IE 9]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<!-- Add your site or application content here -->
<div class='container'>
<h2>港女拼音轉換器</h2>
<p>Tai duck ming ge tung ngo yup saai lai</p>
</div>
<hr />
<div class='container'>
<div class='col-md-9'>
<div style='display:inline'>
<div id='searchAreaBox'>
<div id='searchAreaTitle' class='col-md-3'>
<h2>廣東話</h2>
<input type='button' class='btn-warning' value='Clear' onclick='document.getElementById("inputBox").value=""'>
</div>
<div id='searchArea' class='col-md-9'>
<textarea id='inputBox' rows='5' class='form-control'>光復香港,時代革命,五大訴求,缺一不可,八月十八,維園見!</textarea>
<input id='convertButton' type='button' class='btn-success center' style='width:100%; font-size:18pt' value='↓ Convert ↓' onclick='document.getElementById("resultKongnui").value=transliterate(document.getElementById("inputBox").value);'>
</div>
</div>
<hr />
<div id='resultAreaBox'>
<div id='resultAreaTitle' class='col-md-3'>
<h2>港女拼音</h2>
<input type='button' class='btn-warning' value='Clear' onclick='document.getElementById("resultKongnui").value=""'>
</div>
<div id='resultArea' class='col-md-9'>
<div>
<textarea id='resultKongnui' rows='5' class='form-control'></textarea>
</div>
</div>
</div>
</div>
</div>
<div class='col-md-3'>
<h3>支持埋全民罷買<br><small>星期日、星期五,唔買嘢!</small></h3>
<a href='https://byebuydayhk.github.io/byebuydayweb/pledge.html'><img src='./img/byebuy3.jpg' style='width:100%;'/></a>
</div>
</div>
<!--script src="js/vendor/modernizr-3.6.0.min.js"></script-->
<!--script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-3.3.1.min.js"><\/script>')</script-->
<!--script src="js/plugins.js"></script-->
<script src="js/trans.js"></script>
<!--bootstrap CDN-->
<!--script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script-->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-145889020-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-145889020-1');
</script>
</body>
</html>