Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Wypożyczalnia samochodow</title>
  4. <meta http=equiv="Content-type" content "text/html; charset=utf-8">
  5. </head>
  6.  
  7. <body>
  8. <h1>Wypozyczalnia samochodow wita!</h1>
  9.  
  10. <div>
  11.  
  12. <div style ="float:left; width:15%">
  13. <a href = "index.php">Strona glowna</a>
  14.  
  15. </div>
  16.  
  17. <div style ="float:left; width:15%">
  18. <a href = "pracownicy.php">Pracownicy</a>
  19.  
  20. </div>
  21.  
  22. <div style ="float:left; width:15%">
  23. <a href = "klienci.php">Klienci</a>
  24.  
  25. </div>
  26.  
  27. <div style ="float:left; width:15%">
  28. <a href = "wypozyczenia.php">Wypozyczenia</a>
  29.  
  30. </div>
  31.  
  32. <div style="clear:both;"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement