-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.php
More file actions
149 lines (127 loc) · 5.84 KB
/
Copy pathindex.php
File metadata and controls
149 lines (127 loc) · 5.84 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<?php include './koneksi.php'; ?>
<!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>UniPin - The Leading Digital Entertainment Enabler</title>
<?php include './docs/head.html'; ?>
</head>
<body>
<!-- Top Promotion Nav -->
<!-- /Top Promotion Nav -->
<!-- Navbar -->
<?php include './docs/navbar.html'; ?>
<!-- //Navbar -->
<!-- Showcase -->
<?php //include './docs/jumbotron.html';
?>
<!-- /Showcase -->
<!-- Carousel -->
<?php include './docs/carousel.html'; ?>
<!-- /Carousel -->
<!-- Content -->
<div class="container py-4">
<div class="content-title pb-4">
<h2 class="text-uppercase">Kode Voucher</h6>
<h1 class="fw-bold">Trending Sekarang</h5>
</div>
<div class="row">
<div class="col-4 col-md-3 col-lg-2 pt-2 pt-lg-4">
<div class="card card-show">
<div class="card-image">
<img src="./dist/img/products/steam_tile.jpg" alt="">
</div>
<div class="card-elemen pt-4 pt-md-5">
<p class="card-desc text-muted">Steam</p>
<p class="card-title text-nowarp mb-3">Steam Wallet USD</p>
<a href="./produk.php">
<button type="button" name="more" class="btn btn-light btn-pop btn-sm col-12 mx-auto text-uppercase">Beli</button>
</a>
</div>
</div>
</div>
<div class="col-4 col-md-3 col-lg-2 pt-2 pt-lg-4">
<div class="card card-show">
<div class="card-image">
<img src="./dist/img/products/googlep_tile.jpg" alt="">
</div>
<div class="card-elemen pt-4 pt-md-5">
<p class="card-desc text-muted">Google Play</p>
<p class="card-title text-nowarp mb-3">Google Wallet USD</p>
<a href="./produk2.php">
<button type="button" name="more" class="btn btn-light btn-pop btn-sm col-12 mx-auto text-uppercase">Beli</button>
</a>
</div>
</div>
</div>
<div class="col-4 col-md-3 col-lg-2 pt-2 pt-lg-4">
<div class="card card-show">
<div class="card-image">
<img src="./dist/img/products/spotify_tile.png" alt="">
</div>
<div class="card-elemen pt-4 pt-md-5">
<p class="card-desc text-muted">Spotify</p>
<p class="card-title text-nowarp mb-3">Spotify Premium</p>
<a href="./produk.php">
<button type="button" name="more" class="btn btn-light btn-pop btn-sm col-12 mx-auto text-uppercase">Beli</button>
</a>
</div>
</div>
</div>
<div class="col-4 col-md-3 col-lg-2 pt-2 pt-lg-4">
<div class="card card-show">
<div class="card-image">
<img src="./dist/img/products/pubgm_rps_tile.jpg" alt="">
</div>
<div class="card-elemen pt-4 pt-md-5">
<p class="card-desc text-muted">Tencent Games</p>
<p class="card-title text-nowarp mb-3">Mobile UC Code</p>
<a href="./produk.php">
<button type="button" name="more" class="btn btn-light btn-pop btn-sm col-12 mx-auto text-uppercase">Beli</button>
</a>
</div>
</div>
</div>
<div class="col-4 col-md-3 col-lg-2 pt-2 pt-lg-4">
<div class="card card-show">
<div class="card-image">
<img src="./dist/img/products/minecraft_tile.jpg" alt="">
</div>
<div class="card-elemen pt-4 pt-md-5">
<p class="card-desc text-muted">Mojang</p>
<p class="card-title text-nowarp mb-3">Java Edition </p>
<a href="./produk.php">
<button type="button" name="more" class="btn btn-light btn-pop btn-sm col-12 mx-auto text-uppercase">Beli</button>
</a>
</div>
</div>
</div>
<div class="col-4 col-md-3 col-lg-2 pt-2 pt-lg-4">
<div class="card card-show">
<div class="card-image">
<img src="./dist/img/products/gta_tile.jpg" alt="">
</div>
<div class="card-elemen pt-4 pt-md-5">
<p class="card-desc text-muted">Rockstar Games</p>
<p class="card-title text-nowarp mb-3">Premium Edition</p>
<a href="./produk.php">
<button type="button" name="more" class="btn btn-light btn-pop btn-sm col-12 mx-auto text-uppercase">Beli</button>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- /Content -->
<!-- Jquery JS -->
<script src="./plugins/jquery/jquery-3.6.0.js"></script>
<!-- Bootstrap Bundle with Popper -->
<script src="./plugins/bootstrap-5.1.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- OwlCarousel JS -->
<script src="./plugins/owlcarousel/owl.carousel.min.js"></script>
<!-- Main JS -->
<script src="./dist/js/main.js"></script>
</body>
</html>