mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
14 lines
466 B
HTML
14 lines
466 B
HTML
<div class="container">
|
|
<h2>Discover works</h2>
|
|
<div class="switcher">
|
|
<span class="switch-title">Filter</span>
|
|
<a href="/discovery?mode=all" class="switch-button">All</a>
|
|
<a href="/discovery?mode=safe" class="switch-button">Safe</a>
|
|
<a href="/discovery?mode=r18" class="switch-button">R-18</a>
|
|
</div>
|
|
<div>{{ include "small-tn" Artworks }}</div>
|
|
<div class="pagination">
|
|
<a href="" class="pagination-button">Reload</a>
|
|
</div>
|
|
</div>
|