mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
14 lines
397 B
HTML
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>
|