Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

basic-demo.html 326B

1234567891011
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="refresh" content="0; url='{{ 'demos/hello-webgl' | url }}'">
  6. <title>MARTINS.js WebAR demo</title>
  7. </head>
  8. <body>
  9. <p>Loading the <a href="{{ 'demos/hello-webgl' | url }}">WebAR demo</a>...</p>
  10. </body>
  11. </html>