failed_request.html 516 B

12345678910111213141516171819202122232425
  1. <!doctype htmtl>
  2. <html>
  3. <head>
  4. <meta charset=utf-8>
  5. <title>Generate passwords - failed</title>
  6. </head>
  7. <body>
  8. <h3>Failed to generate passwords</h3>
  9. <p>
  10. There can be a couple of reasons why</br>
  11. passwords were not generated:</br>
  12. <ul>
  13. <li>Length field was not a positive integer</li>
  14. <li>All checkboxes were unchecked</li>
  15. <li>Badly formated URL</li>
  16. </ul>
  17. </p>
  18. <p>
  19. Please try again!</br>
  20. </br>
  21. <a href="/">Back</a>
  22. </p>
  23. </body>
  24. </html>