Files
goodtimes/templates/stripe_html/fail.html
2024-03-07 18:46:30 +05:30

13 lines
243 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Goodtimes</title>
</head>
<body>
<h3>
Payment Failed
</h3>
</body>
</html>