Files
PixivFE/template/temp.jet.html
T
2023-06-30 20:40:01 +07:00

14 lines
397 B
HTML

<div class="container" style="
display: flex;
align-items: center;
justify-content: center;
flex-flow: column wrap;
">
<h2>Welcome to PixivFE!</h2>
<p>
The landing page will be available after you set your account's token in the settings page.
</p>
<p>If you wish not to login, you can try out other pages as well!</p>
<small>Have fun!</small>
</div>