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ů.

index.html 677B

12345678910111213141516171819
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1, maximum-scale=1">
  6. <title>encantar.js pointer demo</title>
  7. <link href="../assets/demo.css" rel="stylesheet">
  8. <script src="../../dist/encantar.min.js"></script>
  9. <script src="demo.js"></script>
  10. </head>
  11. <body>
  12. <div id="ar-viewport">
  13. <div id="ar-hud" hidden>
  14. <a id="info" href="NOTICE.html" draggable="false"></a>
  15. <a id="like" href="../assets/promo.html" draggable="false"></a>
  16. </div>
  17. </div>
  18. </body>
  19. </html>