error.jet.html 354 B

1234567891011
  1. <div class="container error">
  2. <h1>An error occured</h1>
  3. <p>This is what you got instead ¯\_(ツ)_/¯</p>
  4. <br />
  5. {{ Error }}
  6. <hr />
  7. <p>If you think this error should not occur, you can help
  8. us by submitting an issue to the <a href="https://codeberg.org/VnPower/PixivFE/issues/new">upstream repository</a>!
  9. </p>
  10. </div>