mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 13:24:24 +00:00
payment cancellation
This commit is contained in:
14
src/server/ui/en/payments/canceled.html
Normal file
14
src/server/ui/en/payments/canceled.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Payment Canceled</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Payment Canceled</h1>
|
||||
<p>You have canceled your payment!</p>
|
||||
<p>This was a mistake? Head back to the payment page!</p>
|
||||
<button onclick="history.back()">Back to payment</button>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user