Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

1234567891011121314151617181920212223242526
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="description" content="Demo of encantar.js, a GPU-accelerated Augmented Reality engine for the web">
  6. <meta name="author" content="Alexandre Martins (alemart)">
  7. <meta name="viewport" content="width=device-width,initial-scale=1">
  8. <title>encantar.js WebAR demo with A-Frame</title>
  9. <link href="../assets/poster.css" rel="stylesheet">
  10. <script data-goatcounter="https://encantar-js.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
  11. <script src="../assets/poster.js"></script>
  12. </head>
  13. <body data-ar-images="mage.webp;cat.webp">
  14. <nav>
  15. <a id="get" href="https://alemart.github.io/encantar-js/download" target="_blank" rel="external">Get encantar.js</a>
  16. <a id="like" href="../assets/promo.html" target="_blank"><i></i></a>
  17. <a id="prev" href="#"></a>
  18. <a id="next" href="#"></a>
  19. </nav>
  20. <section id="qr-code-area">
  21. <h4>QR code</h4>
  22. <a id="video-preview" href="video.html" target="_blank"><img id="qr-code" src="qr-code.gif" alt="QR code"></a>
  23. <small>Scan to begin!</small>
  24. </section>
  25. </body>
  26. </html>