forked from Hunchojoe19/PayPal-Standard-Checkout-Tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (35 loc) · 1.3 KB
/
index.html
File metadata and controls
35 lines (35 loc) · 1.3 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="en" data-theme="dark">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>PPCP Standard</title>
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/minstyle.io@2.0.1/dist/css/minstyle.io.min.css">
<link rel="stylesheet" type="text/css" href="/style.css">
<script src="/script.js"></script>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-sm"></div>
<div class="col-sm">
<h2 class="ms-text-center">ai-generated NFT Bored Ape</h2>
<div class="ms-text-center pb-2">
<div class="ms-label ms-large ms-action2 ms-light">$100.00 USD</div>
</div>
<div id="alerts" class="ms-text-center"></div>
<div id="loading" class="spinner-container ms-div-center">
</div>
<div class="ms-card ms-fill">
<div class="ms-card-content">
<img src="/rauljr7_3d_e83fed6a-69aa-4a6a-b0ec-928edd57aecf.png" style="width:400px">
</div>
<div id="payment_options"></div>
</div>
</div>
<div class="col-sm"></div>
</div>
</div>
</body>
</html>