Merge server folder to root

This commit is contained in:
Jackzie 2025-04-16 15:58:30 -05:00
parent 7de75a582a
commit f921f47529
4418 changed files with 25524 additions and 3 deletions

36
templates/index.html.hbs Normal file
View file

@ -0,0 +1,36 @@
{{#> layouts/main }}
<div class="">
<h4 class="title is-4 is-inline">Libraries</h4>
<div class="is-pulled-right is-inline-block">
<div class="buttons">
<div class="button is-small">
Display
</div>
<div class="button is-small">
Sort
</div>
</div>
</div>
<hr class="my-2">
<table class="table is-fullwidth">
<thead>
<tr>
<td>Name </td>
<td>Size </td>
<td>Last Updated </td>
<td>Owner </td>
</tr>
</thead>
<tbody>
<tr>
<td class="px-4 py-4">
<a href="/library/dbabbf7d-9b63-487b-9908-57c2df11b2d2/My Library/">My Library</a>
</td>
<td></td>
<td></td>
<td>Me</td>
</tr>
</tbody>
</table>
</div>
{{/layouts/main}}