-
Notifications
You must be signed in to change notification settings - Fork 0
/
donate.html
30 lines (28 loc) · 1.01 KB
/
donate.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Donate</title>
<script src="assets/js/donate.js"></script>
<script src="assets/js/jquery.js"></script>
<script src="assets/js/jquery.min.js"></script>
<link rel="stylesheet" href="assets/css/donate.css"/>
<link rel="icon" href="assets/img/call-to-action-bg.jpg"/>
</head>
<body>
<style>
body {
background-image: url('assets/img/call-to-action-bg.jpg');
}
</style>
<div id="wrapper">
<div id="container">
<h1>to support the development of the project</h1>
<div id="testbutton" onclick="Clipboard_CopyTo('TR800006200042200006294217'); alert('Thank you for supporting us.');" title="TR800006200042200006294217"></div>
</div>
</div>
<!--<button id="Copy" class="addMore" title="Click To Copy!">TR800006200042200006294217</button>-->
</body>
</html>