Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

my-reference-image.html 360B

1234567891011121314
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width,initial-scale=1">
  6. <title>WebAR Reference Image</title>
  7. <style>
  8. img { max-width: 100%; }
  9. </style>
  10. </head>
  11. <body>
  12. <img src="my-reference-image.webp" alt="Reference Image">
  13. </body>
  14. </html>