Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="pl">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  7. <title>Pogotowie Komputerowe</title>
  8. <link rel="icon" href="favicon.png">
  9. <link rel="stylesheet" href="styl.css">
  10. </head>
  11. <body>
  12. <div id="container">
  13. <div id="banner">
  14. <img src="animacja.gif"></img>
  15. </div>
  16. <div id="menu">
  17.  
  18. <a href="index.html">O Nas</a>
  19. <a href="kontakt.html">Kontakt</a>
  20.  
  21. </div>
  22. <main id="glowny">
  23. <div id="main_tresc">
  24. <h2>Kim jesteśmy?</h2>
  25. <p>Jesteśmy firmą z wieloletnim doświadczeniem w zakresie IT.</p>
  26. </div>
  27. <div id="main_tresc"><h2>Co robimy?</h2>
  28. <ul>
  29. <li>naprawiamy komputery stacjonarne i laptopy</li>
  30. <li>odzyskujemy dane</li>
  31. <li>usuwamy problemy z oprogramowaniem</li>
  32. <li>konfigurujemy sieć LAN, i wiele więcej</li>
  33.  
  34.  
  35. </ul>
  36. </div>
  37. <div id="main_tresc"><h2>Co nas cechuje?</h2>
  38. <p>Doświadczenie, niezawodność, konkurencyjne ceny.</p></div></main>
  39. <div id="stopka">
  40. <p class="autor">Autor strony: <b>Kamil Panasiuk i Arkadiusz Stankiewicz</b></p>
  41. </div>
  42.  
  43.  
  44.  
  45.  
  46.  
  47. </div>
  48.  
  49. </body>
  50. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement