about.jet.html 1000 B

1234567891011121314151617181920212223242526
  1. <div class="container">
  2. <h1>About PixivFE</h1>
  3. <p>PixivFE is a Pixiv frontend. It lets you enjoy art on Pixiv without needless interruption.</p>
  4. <p>The instance you are looking at is provided by the owner of this domain. If you want to host PixivFE yourself, check out <a href="https://codeberg.org/vnpower/pixivfe">the source repository</a>.</p>
  5. <h2>Server information</h2>
  6. <ul>
  7. <li>
  8. <b>Version:</b> {{ Version }}<br />PixivFE's version this server is
  9. running
  10. </li>
  11. <li>
  12. <b>Started PixivFE (UTC)</b>: {{ Time }} <br />The date when PixivFE
  13. started on this server
  14. </li>
  15. <li>
  16. <b>Default image proxy server</b>: {{ ImageProxy }}<br />The default image
  17. proxy server that was set on this server, used to proxy images from
  18. i.pximg.net
  19. </li>
  20. <li>
  21. <b>Accept-Language header</b>: {{ AcceptLanguage }}<br />The value of the
  22. Accept-Language header this server uses to request to Pixiv's APIs.
  23. </li>
  24. </ul>
  25. </div>