-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsuccess.html
65 lines (60 loc) · 1.97 KB
/
success.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="description" content="" />
<meta name="author" content="" />
<title>Ethnic</title>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet" />
<link href="style/main.css" rel="stylesheet" />
</head>
<body>
<!-- Halaman Konten -->
<div class="page-content page-success">
<div class="section-success" data-aos="zoom-in" data-aos-delay="200">
<div class="container">
<div class="row align-items-center row-login justify-content-center">
<div class="col-lg-6 text-center">
<img src="/images/logo-success.png" alt="" class="mb-4" />
<h2>Transaksi Diproses!</h2>
<p>
Silahkan tunggu konfirmasi email dan <br />
Kami akan menginformasikan resi secepat mungkin!
</p>
<div>
<a href="/dashboard.html" class="btn btn-warning w-50 mt-4">
Dashboard
</a>
<a href="/index.html" class="btn btn-# w-50 mt-2">
Belanja Lagi
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Halaman Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-12 text-center">
<p class="pt-4 pb-2">Hak Cipta © 2023 Ethnic</p>
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="/vendor/jquery/jquery.slim.min.js"></script>
<script src="/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init();
</script>
<script src="/script/navbar-scroll.js"></script>
</body>
</html>