12345678910111213141516171819202122232425 |
- <!doctype htmtl>
- <html>
- <head>
- <meta charset=utf-8>
- <title>Generate passwords - failed</title>
- </head>
- <body>
- <h3>Failed to generate passwords</h3>
- <p>
- There can be a couple of reasons why</br>
- passwords were not generated:</br>
- <ul>
- <li>Length field was not a positive integer</li>
- <li>All checkboxes were unchecked</li>
- <li>Badly formated URL</li>
- </ul>
- </p>
- <p>
- Please try again!</br>
- </br>
- <a href="/">Back</a>
- </p>
- </body>
- </html>
|