error.html 408 B

1234567891011121314151617
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title>Error</title>
  5. <link rel="stylesheet" type="text/css" href="/static/marx.min.css">
  6. <link rel="stylesheet" type="text/css" href="/static/main.css">
  7. </head>
  8. <body>
  9. <main>
  10. <h1>apk-downloader</h1>
  11. <h2>Error {{code}}</h2>
  12. <p>{{error}}</p>
  13. <hr/>
  14. <p>Return to the <a href="/">homepage</a> or <a href="javascript:window.history.back()">go back</a></p>
  15. </main>
  16. </body>
  17. </html>