-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuy.php
More file actions
42 lines (36 loc) · 1.44 KB
/
buy.php
File metadata and controls
42 lines (36 loc) · 1.44 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
<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:8%">
8%
</div>
</div>
<p>1. Go to <a data-toggle="tooltip" data-placement="right" title="Watchout" href="index.php?content=home">http://www.watchout.com</a></p>
<div class="col-md-12">
<div class="thumbnail">
<img src="gambar/pic15.jpg" alt="Fjords" style="width:100%">
</div>
</div>
<script>
$(document).ready(function(){
$('[data-toggle="tooltip"]').tooltip();
});
</script>
<div class="container-fluid text-center">
<ul class="pagination">
<li class="active"><a href="index.php?content=buy1">1</a></li>
<li><a href="index.php?content=buy2">2</a></li>
<li><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>