Skip to content

Commit

Permalink
Fix html errors in examples (#5663)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentfretin authored Feb 14, 2025
1 parent 536adc0 commit 0cdf8ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions examples/animation/unfold/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<a-box mixin="board unhinge" color="#7BC8A4" rotation="-180 0 0" animation="delay: 500">
<a-box mixin="board unhinge" color="#4CC3D9" rotation="-180 0 0" animation="delay: 750">
<a-box mixin="board unhinge" color="#93648D" rotation="-180 0 0" animation="delay: 1000">
</a-box>
</a-box>
</a-box>
</a-box>
Expand Down
3 changes: 2 additions & 1 deletion examples/showcase/model-viewer/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Model Viewer AR - VR</title>
Expand Down Expand Up @@ -28,7 +29,7 @@
src="https://cdn.aframe.io/examples/ar/models/triceratops/scene.gltf"
response-type="arraybuffer"></a-asset-item>

<img id="shadow" src="shadow.png"></img>
<img id="shadow" src="shadow.png">
<a-asset-item id="messageText" src="message.html"></a-asset-item>
</a-assets>
</a-scene>
Expand Down
2 changes: 1 addition & 1 deletion examples/test/layer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
URL: https://peach.blender.org/
-->
<video id="bunny" autoplay preload="auto" loop crossorigin="anonymous" width="1920" height="1080">
<source src="https://cdn.aframe.io/videos/bunny.mp4"></source>
<source src="https://cdn.aframe.io/videos/bunny.mp4">
</video>
<img id="panel" crossOrigin="anonymous" src="panel.png">
<!--
Expand Down

0 comments on commit 0cdf8ad

Please sign in to comment.