Files
PixivFE/views/pages/unauthorized.jet.html

6 lines
145 B
HTML

<div class="container error">
<h1>Unauthorized</h1>
<p>You need to <a href="/settings#login">log in</a> to use this feature.</p>
</div>