-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (35 loc) · 1.18 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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Donations</title>
<link rel="icon" type="image/x-icon" href="/img/btc_icon.png"
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<div class="card-wrapper">
<div class="card">
<div class="card-top">
<p><img src="./img/qr_code.png" height="160" style="padding-left: 0px; padding-top: 0px; " alt=""></p>
</div>
<div class="card-content">
<div class="card-middle">
<svg width="100%" viewBox="0 0 30 10">
<polygon fill="#FFFFFF" stroke-width="0"
points="0,0 0,10 200,20" />
</svg>
</div>
<div class="card-bottom">
<h1></h1>
<p></p>
<p><img src="./img/bah.png" height="85" style="padding-left: 5px; padding-top: 20px; "><p>
</div>
</div>
</div>
</div>
<!-- partial -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js'></script><script src="./script.js"></script>
</body>
</html>