mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-06 17:04:30 +00:00
16 lines
387 B
HTML
Executable File
16 lines
387 B
HTML
Executable File
<div id="page-selection">Pagination goes here</div>
|
|
<table class="table table-striped table-bordered" id="user-table">
|
|
<thead>
|
|
<tr class="warning">
|
|
<th>Name</th>
|
|
<th>Uploads</th>
|
|
<th>Likes</th>
|
|
<th>Favourites</th>
|
|
<th>Followers</th>
|
|
<th>Following</th>
|
|
<th>Last seen</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody></tbody>
|
|
</table>
|