mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
37 lines
1.7 KiB
HTML
37 lines
1.7 KiB
HTML
<div class="container">
|
|
<h2>Login</h2>
|
|
<p>Go to <a href="/login">this page</a> to login</p>
|
|
<h2>Settings</h2>
|
|
<div class="form-field">
|
|
<h3>Image proxy server</h3>
|
|
<form action="/settings/image_server" method="post">
|
|
<input type="radio" name="image-proxy" id="image-proxy" value="piv.deception.world" />
|
|
<label for="image-proxy">piv.deception.world</label>
|
|
<br />
|
|
<input type="radio" name="image-proxy" id="image-proxy" value="px2.rainchan.win" />
|
|
<label for="image-proxy">px2.rainchan.win</label>
|
|
<br />
|
|
<input type="radio" name="image-proxy" id="image-proxy" value="pximg.cocomi.cf" />
|
|
<label for="image-proxy">pximg.cocomi.cf</label>
|
|
<br />
|
|
<input type="radio" name="image-proxy" id="image-proxy" value="px3.rainchan.win" />
|
|
<label for="image-proxy">px3.rainchan.win</label>
|
|
<br />
|
|
<input type="radio" name="image-proxy" id="image-proxy" value="px.s.rainchan.win" />
|
|
<label for="image-proxy">px.s.rainchan.win</label>
|
|
<br />
|
|
<input type="radio" name="image-proxy" id="image-proxy" value="pixiv.cat" />
|
|
<label for="image-proxy">pixiv.cat</label>
|
|
<br />
|
|
<input type="submit" value="Apply" />
|
|
</form>
|
|
<br />
|
|
<form action="/settings/image_server" method="post">
|
|
<label for="image-proxy">Custom image proxy server</label>
|
|
<input type="text" name="image-proxy" id="image-proxy" placeholder="Paste the address here..."
|
|
autocomplete="off" />
|
|
<input type="submit" value="Apply" />
|
|
</form>
|
|
</div>
|
|
</div>
|