se7enek

index.html

Jan 31st, 2020
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. <html lang="pl">
  2. <head>
  3. <meta charset="UTF-8">
  4. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  5. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  6. <link rel="stylesheet" href="./style.css">
  7. <title>Kółko i Krzyżyk</title>
  8. </head>
  9.  
  10. <body>
  11. <div hidden id="komunikat">
  12. <h1 id="tresc">Test</h1>
  13. <button id="przycisk">Zagraj jeszcze raz</button>
  14. </div>
  15. <table id="plansza">
  16. <tr>
  17. <th x="0" y="0"></th>
  18. <th x="1" y="0"></th>
  19. <th x="2" y="0"></th>
  20. </tr>
  21. <tr>
  22. <th x="0" y="1"></th>
  23. <th x="1" y="1"></th>
  24. <th x="2" y="1"></th>
  25. </tr>
  26. <tr>
  27. <th x="0" y="2"></th>
  28. <th x="1" y="2"></th>
  29. <th x="2" y="2"></th>
  30. </tr>
  31. </table>
  32. <script type="text/javascript" src="main.js"></script>
  33. </body>
  34. </html>
Advertisement
Add Comment
Please, Sign In to add comment