-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuy11.php
More file actions
28 lines (25 loc) · 1.06 KB
/
buy11.php
File metadata and controls
28 lines (25 loc) · 1.06 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
<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:92%">
92%
</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><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 class="active"><a href="index.php?content=buy11">11</a></li>
<li><a href="index.php?content=buy12">12</a></li>
</ul>
</div>
</div>