forked from tangrufus/LazyCUHKOnePass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathupdate.html
82 lines (74 loc) · 3.46 KB
/
update.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="css/style.css" media="screen" />
<link type="text/css" href="css/jquery-ui-1.10.3.custom.min.css" rel="stylesheet" />
<title>Lazy CUHK</title>
</head>
<body>
<div id="page-wrap" align="center">
<div align="center">
<h1>Lazy CUHK<span>Updated</span></h1>
<img src="images/30gkz1.jpg" align="middle"> <p />
<img src="images/ss.jpg" align="middle"> <p />
<img src="images/0916-00405-001b7.jpg" align="middle"> <p />
<img src="images/0916-00405-001b5.jpg" align="middle"> <p />
<img src="images/18bl52p.jpg" align="middle"> <p />
</div>
<br />
<br />
</div>
<div id="bottom-wrap">
<fieldset id="bottomFieldset">
<legend>Donations</legend>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<p>
<label for="amount">Amount: </label>
<input id="amount" />
</p>
<div id="slider-range-min" style="width:500px"></div>
<br />
<!-- Identify your business so that you can collect the payments. -->
<input type="hidden" name="business" value="[email protected]">
<!-- Specify a Buy Now button. -->
<input type="hidden" name="cmd" value="_xclick">
<!-- Specify details about the item that buyers will purchase. -->
<input type="hidden" name="item_name" value="I love Lazy CUHK">
<input type="hidden" name="item_number" value="lazycuhk.option.v7.0.3">
<input type="hidden" name="amount" id="paypalAmount">
<input type="hidden" name="currency_code" value="HKD">
<!-- what's no_note? -->
<input type="hidden" name="no_note" value="1">
<!-- Display the payment button. -->
<input type="image" name="submit" border="0"
src="images/paypal-button.png"
alt="PayPal - The safer, easier way to pay online">
</form>
<p>
Donate ten or twenty dollars to keep Lazy CUHK in development.<br />
Donations are the only support for Lazy CUHK since it contains no adware or spyware (and never will).<br />
If you can, donate ten or twenty dollars.<br />
If you can't, accept the program freely with my best wishes.
<br />
<br />
If you enjoy being lazy with Lazy CUHK, tweet it, like it and fork it on the GitHub <a href="https://github.com/TangRufus/LazyCUHK">repo</a> page.
<br />
<br />
<iframe allowtransparency="true" frameborder="0" scrolling="no"
style="width:130px; height:20px;" src="https://platform.twitter.com/widgets/tweet_button.html?url=http://bit.ly/Rn37fk
&counturl=https://chrome.google.com/webstore/detail/lazy-cuhk/hhholmpehbnebpfklecipmcpkelnnabe
&lang=en
&count=horizontal
&text=LazyCUHK!%20%20Don’t%20type%20passwords%20anymore!%20%20Just%20be%20lazy!%20%20%20">
</iframe>
<br />
<iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fchrome.google.com%2Fwebstore%2Fdetail%2Flazy-cuhk%2Fhhholmpehbnebpfklecipmcpkelnnabe&send=false&layout=standard&width=270&show_faces=true&action=like&colorscheme=light&font=arial&height=70" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:255px; height:70px;" allowTransparency="true"></iframe>
</p>
</fieldset>
</div>
</body>
<script type="text/javascript" src="js/jquery-1.9.1.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.10.3.custom.min.js"></script>
<script src="js/slider-jqueryUI.js"></script>
</html>