Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="pl">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width">
- <title>Starcie gigantów</title>
- <link rel="stylesheet" href="/style.css">
- <script src="/script.js" defer></script>
- <link rel="icon"
- href="https://cdn.glitch.com/69514710-1596-4547-9a11-5da371878fac%2Frating-2130774-1794816.png?v=1627478547297">
- </head>
- <body>
- <div id="kontener">
- <h1 id="naglowek">
- Zagłosuj na swoją ulubioną grę
- </h1>
- <div>
- <div id="obrazekGry">
- </div>
- <br>
- <div id="gra" class="panel">
- <span id="g-1" class="gwiazdka">☆</span>
- <span id="g-2" class="gwiazdka">☆</span>
- <span id="g-3" class="gwiazdka">☆</span>
- <span id="g-4" class="gwiazdka">☆</span>
- <span id="g-5" class="gwiazdka">☆</span>
- </div>
- <ul id="podsumowanie">
- </ul>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement