選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

poster.html 1.3KB

123456789101112131415161718192021222324252627
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="description" content="A basketball game created with 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>Magic AR Basketball Game - encantar.js WebAR demo</title>
  9. <link href="../assets/poster.css" rel="stylesheet">
  10. <style>body { background-color: #5a3636 !important; }</style>
  11. <script data-goatcounter="https://encantar-js.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
  12. <script src="../assets/poster.js"></script>
  13. </head>
  14. <body data-ar-images="mage.webp">
  15. <nav>
  16. <a id="get" href="https://encantar.dev/download" target="_blank" rel="external">Get encantar.js</a>
  17. <a id="like" href="../assets/promo.html" target="_blank"><i></i></a>
  18. <a id="prev" href="#"></a>
  19. <a id="next" href="#"></a>
  20. </nav>
  21. <section id="qr-code-area">
  22. <h4>QR code</h4>
  23. <a id="video-preview" href="video.html" target="_blank"><img id="qr-code" src="qr-code.gif" alt="QR code"></a>
  24. <small>Scan to begin!</small>
  25. </section>
  26. </body>
  27. </html>