mirror of
https://github.com/fergalmoran/dss.git
synced 2026-02-04 15:21:04 +00:00
18 lines
490 B
HTML
18 lines
490 B
HTML
<div id="title-area">
|
|
<h2 class="bordered">Upcoming Releases</h2>
|
|
</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> |