{"id":2,"date":"2025-08-07T21:36:54","date_gmt":"2025-08-07T19:36:54","guid":{"rendered":"https:\/\/b-english.staskovi.cz\/?page_id=2"},"modified":"2025-08-10T14:38:37","modified_gmt":"2025-08-10T12:38:37","slug":"zkusebni-stranka","status":"publish","type":"page","link":"https:\/\/b-english.staskovi.cz\/?page_id=2","title":{"rendered":"Zku\u0161ebn\u00ed str\u00e1nka"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>&lt;!DOCTYPE html>\n&lt;html lang=\"cs\">\n&lt;head>\n  &lt;meta charset=\"UTF-8\">\n  &lt;meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  &lt;title>V\u00edtej ve \u0161kole!&lt;\/title>\n  &lt;style>\n    body {\n      margin: 0;\n      font-family: 'Comic Sans MS', cursive;\n      background: #fefae0;\n      color: #333;\n      text-align: center;\n    }\n    header {\n      background-color: #f9844a;\n      padding: 1rem;\n      color: white;\n    }\n    h1 {\n      font-size: 2.5rem;\n      margin: 0.5rem 0;\n    }\n    .menu {\n      display: flex;\n      flex-direction: column;\n      gap: 1rem;\n      margin: 2rem auto;\n      max-width: 400px;\n    }\n    .menu button {\n      padding: 1rem;\n      font-size: 1.5rem;\n      background-color: #90be6d;\n      color: white;\n      border: none;\n      border-radius: 12px;\n      cursor: pointer;\n      transition: 0.3s;\n    }\n    .menu button:hover {\n      background-color: #43aa8b;\n    }\n    #game {\n      margin-top: 2rem;\n    }\n    .box {\n      display: inline-block;\n      width: 80px;\n      height: 80px;\n      background: #f9c74f;\n      margin: 10px;\n      border-radius: 12px;\n      cursor: pointer;\n      font-size: 2rem;\n      line-height: 80px;\n    }\n  &lt;\/style>\n&lt;\/head>\n&lt;body>\n  &lt;header>\n    &lt;h1>\ud83c\udf92 V\u00edtej ve \u0161kole, prv\u0148\u00e1\u010dku!&lt;\/h1>\n    &lt;p>Objev, co v\u0161echno t\u011b \u010dek\u00e1!&lt;\/p>\n  &lt;\/header>\n\n  &lt;section class=\"menu\">\n    &lt;button onclick=\"alert('Pozn\u00e1\u0161 \u0161kolu!')\">\ud83c\udfeb Poznej \u0161kolu&lt;\/button>\n    &lt;button onclick=\"alert('Jde\u0161 na bojovku!')\">\ud83d\uddfa\ufe0f \u0160koln\u00ed bojovka&lt;\/button>\n    &lt;button onclick=\"startGame()\">\ud83c\udfaf Najdi spr\u00e1vn\u00fd obr\u00e1zek&lt;\/button>\n  &lt;\/section>\n\n  &lt;section id=\"game\">&lt;\/section>\n\n  &lt;footer>\n    &amp;copy; 2025 Tvoje \u0161kola\n  &lt;\/footer>\n\n  &lt;script>\n    function startGame() {\n      const game = document.getElementById('game');\n      game.innerHTML = '&lt;p>Najdi obr\u00e1zek \ud83c\udfeb!&lt;\/p>';\n      const items = &#91;'\ud83c\udf4e','\ud83c\udfeb','\ud83d\udc36','\ud83d\udcda','\ud83d\udeb2','\u270f\ufe0f'];\n      const shuffled = items.sort(() => Math.random() - 0.5);\n      shuffled.forEach(item => {\n        const box = document.createElement('div');\n        box.className = 'box';\n        box.textContent = item;\n        box.onclick = () => {\n          if (item === '\ud83c\udfeb') {\n            alert('Spr\u00e1vn\u011b! Na\u0161el jsi \u0161kolu! \ud83c\udf89');\n          } else {\n            alert('To nen\u00ed \u0161kola, zkus znovu!');\n          }\n        };\n        game.appendChild(box);\n      });\n    }\n  &lt;\/script>\n&lt;\/body>\n&lt;\/html><\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-2","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/b-english.staskovi.cz\/index.php?rest_route=\/wp\/v2\/pages\/2","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/b-english.staskovi.cz\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/b-english.staskovi.cz\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/b-english.staskovi.cz\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/b-english.staskovi.cz\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2"}],"version-history":[{"count":3,"href":"https:\/\/b-english.staskovi.cz\/index.php?rest_route=\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":15,"href":"https:\/\/b-english.staskovi.cz\/index.php?rest_route=\/wp\/v2\/pages\/2\/revisions\/15"}],"wp:attachment":[{"href":"https:\/\/b-english.staskovi.cz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}