mirror of
https://github.com/fergalmoran/dss.git
synced 2026-02-14 03:54:03 +00:00
18 lines
491 B
HTML
18 lines
491 B
HTML
<div id="title-area">
|
|
<p class="page-header">Upcoming Releases</p>
|
|
</div>
|
|
<div id="layout-area" class="hero-well">
|
|
<table id="release-table" class="table table-bordered table-striped">
|
|
<thead>
|
|
<tr>
|
|
<th>Label</th>
|
|
<th>Release date</th>
|
|
<th>Artist</th>
|
|
<th>Title</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody id="release-list-container" data-provides="rowlink">
|
|
|
|
</tbody>
|
|
</table>
|
|
</div> |