This commit is contained in:
TheGiddyLimit
2024-06-23 22:13:57 +01:00
parent ed9833eefc
commit e5844f8a3f
279 changed files with 38254 additions and 7675 deletions

View File

@@ -0,0 +1,51 @@
<!DOCTYPE html>
<html lang="en">
{{> "head" }}
<body>
{{> "overlayNoise" }}
{{> "adLeaderboard" }}
{{> "navbar" }}
{{> "adRhsScrollingPage" }}
<div class="container view-col-wrapper">
<div class="view-col" id="listcontainer">
<div class="lst__form-top">
<input type="search" id="search" autocomplete="off" autocapitalize="off" spellcheck="false" class="search form-control" placeholder="Find {{searchName}}...">
<button class="btn btn-default" id="reset">Reset</button>
</div>
<div id="filtertools" class="input-group input-group--bottom ve-flex no-shrink">
{{#each btnsList}}
{{{this}}}
{{/each}}
<button class="btn btn-default btn-xs w-30p mobile__hidden" disabled></button>
</div>
<div class="list list--stats books">
<!-- populate with JS -->
</div>
<div class="ve-text-center mt-3 no-print">
<button class="btn btn-xs btn-info" id="manage-brew">Manage Homebrew</button>
</div>
<hr class="hr-3 mt-4">
<div class="books--alt ve-flex-h-center ve-flex-wrap bks__wrp-bookshelf">
<!-- populate with JS -->
</div>
</div>
</div>
{{> "adFooter" }}
{{> "scripts" }}
</body>
</html>