-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdonate.html
More file actions
35 lines (31 loc) · 1.17 KB
/
donate.html
File metadata and controls
35 lines (31 loc) · 1.17 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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Babel Server</title>
<link rel="stylesheet" href="styles/def.css" />
<link rel="stylesheet" href="styles/donate.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
</head>
<body>
<header></header>
<div id="donate-wrapper">
<div class="container">
<div id="donate">
<script
async
src="https://js.stripe.com/v3/buy-button.js"
></script>
<stripe-buy-button
buy-button-id="buy_btn_1NbzwBLTC37VNVWYdzR2uejr"
publishable-key="pk_test_51KMEG0LTC37VNVWYkaXKyLQuBWrtx1mx7QTrlmhgnxxrPTmLtH2ZZL2zPiAzDwYqLuZh6rInVeHWUHElwvUC0UQ100xpsd3Slq"
>
</stripe-buy-button>
</div>
</div>
</div>
<footer></footer>
<script src="/scripts/def.js"></script>
</body>
</html>