This repository has been archived on 2023-08-16. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
FoodLoop-Web/src/app/dashboard/new-section.component.html

16 lines
292 B
HTML
Raw Normal View History

<div class="animated fadeIn">
<table class="table table-striped table-hover">
<thead>
<tr>
<th>Name</th>
<th>Postcode</th>
<th>Spend</th>
<th>Cost</th>
</tr>
</thead>
<tbody>
<tr></tr>
</tbody>
</table>
</div>