Files
PixivFE/views/pages/newest.jet.html
T
VnPower e4d7e36b08 Init
2024-01-01 19:31:31 +07:00

10 lines
343 B
HTML

<div class="container">
<h2>Newest works from all users</h2>
<div class="switcher">
<div class="switch-title">Filter</div>
<a href="/newest" class="switch-button">Safe</a>
<a href="/newest?mode=r18" class="switch-button">R-18</a>
</div>
<div class="artwork-container">{{ include "components/small-tn" Items }}</div>
</div>