forked from SSH-527/ehsanalhussain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpayment failed.html
27 lines (27 loc) · 991 Bytes
/
payment failed.html
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
<!DOCTYPE html>
<html lang="en" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>payment failed</title>
<!-- css -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
</head>
</head>
<!-- code -->
<body>
<div class="container">
<div class="row">
<div class="col-lg-4 col-sm-11 alertSection payFailed">
<h4>پرداخت ناموفق</h4>
<p>پرداخت شما انجام نشد.</p>
<a href="user panel.html">بازگشت به پنل</a>
</div>
</div>
</div>
<!-- js -->
<script src="js/javascript.js"></script>
</body>
</html>