-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuy3.php
More file actions
35 lines (31 loc) · 1.25 KB
/
buy3.php
File metadata and controls
35 lines (31 loc) · 1.25 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
<div class="container">
<h2>How to buy</h2>
<p>Follow the step under here, for buy your own watch!</p>
<div class="progress">
<div class="progress-bar progress-bar-striped active" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width:25%">
25%
</div>
</div>
<p>3. Choose your Categories (woman, man or kids)</p>
<div class="col-md-12">
<div class="thumbnail">
<img src="gambar/pic17.jpg" alt="Fjords" style="width:100%">
</div>
</div>
<div class="container-fluid text-center">
<ul class="pagination">
<li><a href="index.php?content=buy">1</a></li>
<li><a href="index.php?content=buy2">2</a></li>
<li class="active"><a href="index.php?content=buy3">3</a></li>
<li><a href="index.php?content=buy4">4</a></li>
<li><a href="index.php?content=buy5">5</a></li>
<li><a href="index.php?content=buy6">6</a></li>
<li><a href="index.php?content=buy7">7</a></li>
<li><a href="index.php?content=buy8">8</a></li>
<li><a href="index.php?content=buy9">9</a></li>
<li><a href="index.php?content=buy10">10</a></li>
<li><a href="index.php?content=buy11">11</a></li>
<li><a href="index.php?content=buy12">12</a></li>
</ul>
</div>
</div>