Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Miernik jakości hasła</title>
  6. <link rel="stylesheet"href="styl.css">
  7. </head>
  8. <body>
  9. <header>
  10. <h1><a href="index.html>Sprawdź swoje hasło</a></h1>
  11. </header>
  12. <nav>
  13. <h2>Wybierz</h2>
  14. <ol>
  15. <li><a href="haslo.html">Sprawdź hasło</a></li>
  16. <li><a href="zasady.html">Zasady tworzenia hasła</a></li>
  17. </ol>
  18. </nav>
  19. <main>
  20. <p>Twoje hasło
  21. <input type="password" id="input1">
  22. <input type="button"value="sprawdź"onclick="f()">
  23. </p>
  24. <p id="pl"></p>
  25. </main>
  26. <footer>
  27. <h3>Miernik jakości hasła</h3>
  28. <p>Stronę opracował:000000000</p>
  29. </footer>
  30. </body>
  31. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement