mirror of
https://github.com/wah-su/mstickers.git
synced 2025-05-22 20:59:39 +05:00
add sticker packs index
This commit is contained in:
parent
38f4fb54fd
commit
5ad18fcdc6
3 changed files with 108 additions and 8 deletions
10
index.html
10
index.html
|
@ -92,6 +92,16 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="flex-wrap gap-1 flex-col md:flex-row rounded-lg shadow-lg hidden" id="stickerpacks_index">
|
||||
<div class="hidden gap-4 items-center flex-grow bg-stone-800 text-slate-200 border-black border-solid border-2 p-4 rounded-lg">
|
||||
<img src="static/images/cinny.png" alt="" class="object-contain w-24"/>
|
||||
<div>
|
||||
<p class="text-2xl">{pack_name}</p>
|
||||
<p class="text-xl">{artist_name}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<script src="static/pack_preview.js"></script>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue