Procházet zdrojové kódy

Add meta viewport tag in all example html

master
Palash Bansal před 2 roky
rodič
revize
afc33f2732
Žádný účet není propojen s e-mailovou adresou tvůrce revize
48 změnil soubory, kde provedl 48 přidání a 1 odebrání
  1. 1
    0
      examples/3dm-to-glb/index.html
  2. 1
    0
      examples/camera-uiconfig/index.html
  3. 1
    0
      examples/custom-pipeline/index.html
  4. 1
    0
      examples/depth-buffer-plugin/index.html
  5. 1
    0
      examples/directional-light/index.html
  6. 1
    0
      examples/drc-load/index.html
  7. 1
    0
      examples/dropzone-plugin/index.html
  8. 1
    0
      examples/exr-load/index.html
  9. 1
    0
      examples/fbx-load/index.html
  10. 1
    0
      examples/frame-fade-plugin/index.html
  11. 1
    0
      examples/fullscreen-plugin/index.html
  12. 1
    0
      examples/glb-export/index.html
  13. 1
    1
      examples/gltf-animation-page-scroll/index.html
  14. 1
    0
      examples/gltf-animation-plugin/index.html
  15. 1
    0
      examples/gltf-camera-animation/index.html
  16. 1
    0
      examples/gltf-load/index.html
  17. 1
    0
      examples/gltf-transmission-test/index.html
  18. 1
    0
      examples/half-float-hdr-test/index.html
  19. 1
    0
      examples/hdr-load/index.html
  20. 1
    0
      examples/hdr-to-exr/index.html
  21. 1
    0
      examples/image-load/index.html
  22. 1
    0
      examples/image-snapshot-export/index.html
  23. 1
    0
      examples/import-test/index.html
  24. 1
    0
      examples/ktx-load/index.html
  25. 1
    0
      examples/ktx2-load/index.html
  26. 1
    0
      examples/material-uiconfig/index.html
  27. 1
    0
      examples/normal-buffer-plugin/index.html
  28. 1
    0
      examples/obj-mtl-load/index.html
  29. 1
    0
      examples/obj-to-glb/index.html
  30. 1
    0
      examples/object-uiconfig/index.html
  31. 1
    0
      examples/parallel-asset-import/index.html
  32. 1
    0
      examples/ply-load/index.html
  33. 1
    0
      examples/pmat-material-export/index.html
  34. 1
    0
      examples/popmotion-plugin/index.html
  35. 1
    0
      examples/progressive-plugin/index.html
  36. 1
    0
      examples/render-target-export/index.html
  37. 1
    0
      examples/render-target-preview/index.html
  38. 1
    0
      examples/rhino3dm-load/index.html
  39. 1
    0
      examples/scene-uiconfig/index.html
  40. 1
    0
      examples/sphere-half-float-test/index.html
  41. 1
    0
      examples/sphere-msaa-test/index.html
  42. 1
    0
      examples/sphere-rgbm-test/index.html
  43. 1
    0
      examples/stl-load/index.html
  44. 1
    0
      examples/tonemap-plugin/index.html
  45. 1
    0
      examples/tweakpane-editor/index.html
  46. 1
    0
      examples/uint8-rgbm-hdr-test/index.html
  47. 1
    0
      examples/viewer-uiconfig/index.html
  48. 1
    0
      examples/z-prepass/index.html

+ 1
- 0
examples/3dm-to-glb/index.html Zobrazit soubor

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Rhino 3DM To GLB</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

+ 1
- 0
examples/camera-uiconfig/index.html Zobrazit soubor

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Camera UiConfig</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

+ 1
- 0
examples/custom-pipeline/index.html Zobrazit soubor

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Custom Pipeline</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

+ 1
- 0
examples/depth-buffer-plugin/index.html Zobrazit soubor

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Depth Buffer Plugin</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

+ 1
- 0
examples/directional-light/index.html Zobrazit soubor

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Directional Light</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

+ 1
- 0
examples/drc-load/index.html Zobrazit soubor

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>DRACO(DRC) Load</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

+ 1
- 0
examples/dropzone-plugin/index.html Zobrazit soubor

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Dropzone Plugin</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

+ 1
- 0
examples/exr-load/index.html Zobrazit soubor

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>EXR Load</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

+ 1
- 0
examples/fbx-load/index.html Zobrazit soubor

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>FBX Load</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

+ 1
- 0
examples/frame-fade-plugin/index.html Zobrazit soubor

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Frame Fade Plugin</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

+ 1
- 0
examples/fullscreen-plugin/index.html Zobrazit soubor

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Fullscreen Plugin</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

+ 1
- 0
examples/glb-export/index.html Zobrazit soubor

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>GLB Export</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

+ 1
- 1
examples/gltf-animation-page-scroll/index.html Zobrazit soubor

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>GLTF Animation Page Scroll</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

+ 1
- 0
examples/gltf-animation-plugin/index.html Zobrazit soubor

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>GLTF Animation Plugin</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

+ 1
- 0
examples/gltf-camera-animation/index.html Zobrazit soubor

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>GLTF Camera Animation</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

+ 1
- 0
examples/gltf-load/index.html Zobrazit soubor

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>GLTF Load</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

+ 1
- 0
examples/gltf-transmission-test/index.html Zobrazit soubor

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>GLTF Transmission Test</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

+ 1
- 0
examples/half-float-hdr-test/index.html Zobrazit soubor

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Half float HDR Test</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

+ 1
- 0
examples/hdr-load/index.html Zobrazit soubor

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>HDR Load</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

+ 1
- 0
examples/hdr-to-exr/index.html Zobrazit soubor

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>HDR To EXR</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

+ 1
- 0
examples/image-load/index.html Zobrazit soubor

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Image Load</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

+ 1
- 0
examples/image-snapshot-export/index.html Zobrazit soubor

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Image Snapshot Export</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

+ 1
- 0
examples/import-test/index.html Zobrazit soubor

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Basic Lib Import Test</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

+ 1
- 0
examples/ktx-load/index.html Zobrazit soubor

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>KTX Texture Load</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

+ 1
- 0
examples/ktx2-load/index.html Zobrazit soubor

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>KTX2 Texture Load</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

+ 1
- 0
examples/material-uiconfig/index.html Zobrazit soubor

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Material UiConfig</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

+ 1
- 0
examples/normal-buffer-plugin/index.html Zobrazit soubor

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Depth Buffer Plugin</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

+ 1
- 0
examples/obj-mtl-load/index.html Zobrazit soubor

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>OBJ MTL Load</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

+ 1
- 0
examples/obj-to-glb/index.html Zobrazit soubor

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>OBJ To GLB</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

+ 1
- 0
examples/object-uiconfig/index.html Zobrazit soubor

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Object UiConfig</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

+ 1
- 0
examples/parallel-asset-import/index.html Zobrazit soubor

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Parallel Asset Import/Download</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

+ 1
- 0
examples/ply-load/index.html Zobrazit soubor

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>PLY Load</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

+ 1
- 0
examples/pmat-material-export/index.html Zobrazit soubor

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>PMAT(Physical) Material export</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

+ 1
- 0
examples/popmotion-plugin/index.html Zobrazit soubor

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Popmotion Plugin</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

+ 1
- 0
examples/progressive-plugin/index.html Zobrazit soubor

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Progressive Plugin</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

+ 1
- 0
examples/render-target-export/index.html Zobrazit soubor

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Image Snapshot Export</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

+ 1
- 0
examples/render-target-preview/index.html Zobrazit soubor

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Render Target Preview</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

+ 1
- 0
examples/rhino3dm-load/index.html Zobrazit soubor

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Rhino 3DM Load</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

+ 1
- 0
examples/scene-uiconfig/index.html Zobrazit soubor

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Scene UiConfig</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

+ 1
- 0
examples/sphere-half-float-test/index.html Zobrazit soubor

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Half float render pipeline test</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

+ 1
- 0
examples/sphere-msaa-test/index.html Zobrazit soubor

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>MSAA Test</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

+ 1
- 0
examples/sphere-rgbm-test/index.html Zobrazit soubor

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>RGBM Render pipeline test</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

+ 1
- 0
examples/stl-load/index.html Zobrazit soubor

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>STL Load</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

+ 1
- 0
examples/tonemap-plugin/index.html Zobrazit soubor

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Tonemap Plugin</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

+ 1
- 0
examples/tweakpane-editor/index.html Zobrazit soubor

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Tweakpane Editor</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

+ 1
- 0
examples/uint8-rgbm-hdr-test/index.html Zobrazit soubor

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Uint8 RGBM HDR Test</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

+ 1
- 0
examples/viewer-uiconfig/index.html Zobrazit soubor

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Viewer UiConfig</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

+ 1
- 0
examples/z-prepass/index.html Zobrazit soubor

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Z-Prepass test</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>

Načítá se…
Zrušit
Uložit