-
Notifications
You must be signed in to change notification settings - Fork 11
/
suc.html
46 lines (34 loc) · 1.36 KB
/
suc.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="icon" href="https://blinkit.com/images/apple-touch-icon-change-60x60-1be1e81.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"
integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="./CSS/successfull.css">
<style>
</style>
</head>
<body>
<div class="pbody">
<div class="main-card">
<div class="cut-div">
<div class="card-paytm">
<div id="login" class="fontsize">
<img id="tick" src="https://m.media-amazon.com/images/I/41ov7KY-VVL._AC_SS450_.jpg"
alt="Banner">
<h2 class="textSize">Payment Successful</h2>
<button id="backtohome" onclick="homepage()">Back To Home</button>
</div>
</div>
</div>
</div>
</div>
</body>
<script src="./script/suc.js">
</script>
</html>