-
Notifications
You must be signed in to change notification settings - Fork 0
/
donate.html
28 lines (28 loc) · 2.28 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Donate Crypto | GhostDog Blog</title>
<meta charset="UTF-8">
<!-- BG stolen from a codepen by Saramazal, https://codepen.io/Saramazal/pen/LYyywNb -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@200;300;400;500&family=Raleway:wght@100;200;300;400;500&family=Roboto:wght@300;400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/particlesjs/2.2.3/particles.min.js"></script><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link rel="stylesheet" href="./style.css">
</head>
<body style="background-color: #1e1f26;">
<noscript>Sorry noscript users, you need js enabled for this domain to see the fancy animations!</noscript>
<div class="container" style="position: relative;">
<div id="foobar" class="box" style="width:250px; height: 270px;margin: 10%;"><br><img src="./btc.png" style="width: 200px; height: 200px;">Donate BTC <br><h6>bc1qlgqda674s2l5e0ygakzhyvzuz6cffnu30zuu04</h6></div>
<div class="box" style="width:250px; height: 295px; margin: 10%;"><br><img src="./xmr.png" style="width: 200px; height: 200px;">Donate XMR (Preferred)<br><h6>89Ukx1bnEk1RL3idqVJXjsB8MaxdbeTNQc7Cfx<br>kcYiDjMmfjs2Uva2ajkXeUfk9i1kfQZ1KQWkdSZ2<br>nG3ShceZqJBZcWPCL</h6></div>
<div class="box" style="width:250px; height: 280px;margin: 10%;"><br><img src="./eth.png" style="width: 200px; height: 200px;">Donate ETH<br><h6>0x05e558De6eA17f26E2650773F3e894b<div>1c11DD097</h6></div>
</div>
<canvas class="background" style="z-index: 0;"></canvas>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js'></script>
<script src="./script.js"></script>
</body>
</html>