mirror of
https://github.com/PR0M3TH3AN/bitvid.git
synced 2025-09-08 06:58:43 +00:00
14 lines
299 B
HTML
14 lines
299 B
HTML
<!-- views/subscriptions.html -->
|
|
<section>
|
|
<h2 class="text-xl mb-4">Subscriptions</h2>
|
|
<div
|
|
id="subscriptionsVideoList"
|
|
style="
|
|
display: grid;
|
|
grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
|
|
gap: 2rem;
|
|
padding: 1.5rem 0;
|
|
"
|
|
></div>
|
|
</section>
|