-
Notifications
You must be signed in to change notification settings - Fork 92
Expand file tree
/
Copy pathdonate.html
More file actions
executable file
·64 lines (47 loc) · 2.58 KB
/
Copy pathdonate.html
File metadata and controls
executable file
·64 lines (47 loc) · 2.58 KB
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
<!DOCTYPE html>
<!--[if lt IE 7]>
<html class="no-js lt-ie9 lt-ie8 lt-ie7">
<![endif]-->
<!--[if IE 7]>
<html class="no-js lt-ie9 lt-ie8">
<![endif]-->
<!--[if IE 8]>
<html class="no-js lt-ie9">
<![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<title>ProtonMail - Secure email based in Switzerland</title><meta name="description" content="Secure email with absolutely no compromises. Get your free encrypted email account today."> <meta property="og:image" content="https://protonmail.ch/img/facebook_logo.jpg"/>
<meta property="og:title" content="Encrypted email, based in Switzerland."/>
<meta property="og:url" content="https://protonmail.ch"/>
<meta property="og:site_name" content="ProtonMail"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<link type="text/css" rel="stylesheet" href="/theme.css"> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<meta name="mobile-web-app-capable" content="yes">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="manifest" href="/manifest.json">
<link rel="icon" sizes="192x192" href="/img/android/launcher-icon-4x.png">
</head>
<body id="page-donate" class="external">
include "pages/_nav.html"
<div class="container narrow">
<div class="content">
<p class="text-center alert alert-info"><span class="fa fa-flag fa-2x"></span><br>Help us in our mission to make private and encrypted communications the default online.</p>
<div class="container panel round">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top" id="paypal_form"><input type='hidden' name='__csrf_magic' value="sid:487a45856d0946b78da49208c1f3918f1fde7b41,1438203484" />
<legend>Support Us</legend>
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="3RZN58R6AJ696">
<button type="submit" name="submit" class="button button-primary"><i class="fa fa-paypal"></i> Donate via PayPal</button>
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
<br class="clear"><br>
<p>Bitcoin Address: <code>1Q1nhq1NbxPYAbw1BppwKbCqg58ZqMb9A8</code></p>
<p><a href="https://blockchain.info/address/1Q1nhq1NbxPYAbw1BppwKbCqg58ZqMb9A8?filter=2" target="_blank" class="button button-default"><i class="fa fa-bitcoin"></i> Blockchain Info</a></p>
</div>
</div><!--/.content-->
</div><!--/.container-->
include "pages/_footer.html"