Skip to content

Commit

Permalink
fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew44-mappable committed Mar 11, 2024
1 parent 62ab198 commit 517c7be
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<link rel="stylesheet" href="./common.css" />
</head>
<body>
<iframe width="100%" height="500px" src="./vanilla.html" frameborder="0"></iframe>
<div class="content">
<div class="version">%VERSION%</div>
%README%
Expand Down
2 changes: 1 addition & 1 deletion example/rotate-tilt-controls/react.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
}
</script>

<link rel="stylesheet" href="common.css" />
<link rel="stylesheet" href="../common.css" />
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion example/rotate-tilt-controls/vanilla.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}
</script>

<link rel="stylesheet" href="common.css" />
<link rel="stylesheet" href="../common.css" />
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion example/rotate-tilt-controls/vue.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
}
</script>

<link rel="stylesheet" href="common.css" />
<link rel="stylesheet" href="../common.css" />
</head>
<body>
<div id="app"></div>
Expand Down

0 comments on commit 517c7be

Please sign in to comment.