forked from NSPG13/agent-bounties
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcancel.html
More file actions
22 lines (22 loc) · 953 Bytes
/
Copy pathcancel.html
File metadata and controls
22 lines (22 loc) · 953 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="favicon.svg" type="image/svg+xml">
<title>Checkout canceled | Agent Bounties</title>
<meta name="description" content="Stripe Checkout was canceled before payment completion. No bounty funding is credited.">
<meta name="robots" content="noindex,nofollow">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="guild-pages.css?v=20260721">
</head>
<body>
<main class="policy">
<p class="eyebrow">Checkout</p>
<h1>Checkout canceled</h1>
<p>No Checkout payment was completed. You can return to the funding page and create a new Checkout session when ready.</p>
<p><a class="button primary" href="funding.html">Back to funding</a></p>
</main>
<script src="guild-shell.js?v=20260721"></script>
</body>
</html>