Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

webrtcrequired.html 585B

12345678910111213141516171819
  1. <html>
  2. <head>
  3. <title></title>
  4. <link rel="stylesheet" type="text/css" media="screen" href="css/chromeonly.css" />
  5. </head>
  6. <body>
  7. <!-- wrap starts here -->
  8. <div id="wrap">
  9. <a href="http://google.com/chrome"><div id="left"></div></a>
  10. <div id="middle"></div>
  11. <div id="text">
  12. <p>This service only works with Chrome.</p>
  13. <p><a href="http://google.com/chrome">Download Chrome</a></p>
  14. </div>
  15. <!-- wrap ends here -->
  16. </div>
  17. </body>
  18. </html>