-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathupgrad.php
More file actions
33 lines (31 loc) · 1.4 KB
/
Copy pathupgrad.php
File metadata and controls
33 lines (31 loc) · 1.4 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
<?php include "sidebar.php"; ?>
<div class="content">
<div class="container-fluid">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="card">
<div class="header text-center">
<h4 class="title">Offence Detail</h4>
<p class="category">Are you looking for more components? Please check our Premium Version of Light Bootstrap Dashboard.</p>
<br>
</div>
<div class="content table-responsive table-full-width table-upgrade">
<table class="table">
<thead>
<th></th>
<th class="text-center">Free</th>
<th class="text-center">PRO</th>
</thead>
<tbody>
<tr>
<td>Components</td>
<td>16</td>
<td>115+</td>
</tr>
</div>
</div>
</div>
</div>
</div>
</div>
<?php include "footer.php"; ?>