12345678910111213141516171819202122232425 |
- <!doctype html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="description" content="Demo of encantar.js, a GPU-accelerated Augmented Reality engine for the web">
- <meta name="author" content="Alexandre Martins (alemart)">
- <meta name="viewport" content="width=device-width,initial-scale=1">
- <title>encantar.js WebAR pointer demo</title>
- <link href="../assets/poster.css" rel="stylesheet">
- <script data-goatcounter="https://encantar-js.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
- <script src="../assets/poster.js"></script>
- </head>
- <body data-ar-images="mage.webp">
- <nav>
- <a id="get" href="../../download">Get encantar.js</a>
- <a id="prev" href="#"></a>
- <a id="next" href="#"></a>
- </nav>
- <section id="qr-code-area">
- <h4>QR code</h4>
- <a href="index.html"><img id="qr-code" src="qr-code.gif" alt="QR code"></a>
- <small>Scan or click</small>
- </section>
- </body>
- </html>
|