Advertisement
pan7nikt

egzamin6_zasady.html_unfinished

Sep 12th, 2022
735
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.85 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7.     <title>Miernik jakości hasła</title>
  8. </head>
  9. <body>
  10.     <div id="container">
  11.         <div id="banner">
  12.             <a href="index.html"><h1>Sprawdź swoje hasło</h1></a>
  13.         </div>
  14.         <div id="lewy">
  15.             <h2>Wybierz</h2>
  16.             <ol>
  17.                 <li><a href="haslo.html">Sprawdź hasło</a></li>
  18.                 <li><a href="zasady.html">Zasady tworzenia hasła</a></li>
  19.             </ol>
  20.         </div>
  21.         <div id="prawy">
  22.    
  23.         </div>
  24.         <div id="stopka">
  25.             <h3>Miernik jakości hasła</h3>
  26.             <p>Stronę opracował: 12345678901</p>
  27.         </div>
  28.     </div>
  29. </body>
  30. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement