Advertisement
giganciprogramowania

Untitled

Sep 15th, 2021
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="pl">
  3.  
  4. <head>
  5. <meta charset="UTF-8">
  6. <meta name="viewport" content="width=device-width">
  7.  
  8. <title>Starcie gigantów</title>
  9.  
  10. <link rel="stylesheet" href="/style.css">
  11. <script src="/script.js" defer></script>
  12.  
  13.  
  14.  
  15.  
  16.  
  17. <link rel="icon"
  18. href="https://cdn.glitch.com/69514710-1596-4547-9a11-5da371878fac%2Frating-2130774-1794816.png?v=1627478547297">
  19.  
  20. </head>
  21.  
  22. <body>
  23.  
  24. <div id="kontener">
  25.  
  26. <h1 id="naglowek">
  27. Zagłosuj na swoją ulubioną grę
  28. </h1>
  29.  
  30. <div>
  31. <div id="obrazekGry">
  32. </div>
  33.  
  34. <br>
  35. <div id="gra" class="panel">
  36. <span id="g-1" class="gwiazdka">&#9734;</span>
  37. <span id="g-2" class="gwiazdka">&#9734;</span>
  38. <span id="g-3" class="gwiazdka">&#9734;</span>
  39. <span id="g-4" class="gwiazdka">&#9734;</span>
  40. <span id="g-5" class="gwiazdka">&#9734;</span>
  41. </div>
  42.  
  43. <ul id="podsumowanie">
  44.  
  45. </ul>
  46.  
  47. </div>
  48. </div>
  49.  
  50. </body>
  51.  
  52. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement