Skip to content

Commit

Permalink
Update SimplestExample.html
Browse files Browse the repository at this point in the history
  • Loading branch information
barionleg authored Dec 10, 2024
1 parent 44ee4ef commit 7e88920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/SimplestExample.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8">
<title>WorldWind Simplest Example</title>
<!-- Include the Web WorldWind library. -->
<script src="../build/dist/worldwind.min.js" type="text/javascript"></script>
<script src="worldwind.min.js" type="text/javascript"></script>
</head>
<body>
<div style="position: absolute; top: 50px; left: 50px;">
Expand Down Expand Up @@ -34,4 +34,4 @@
}
</script>
</body>
</html>
</html>

0 comments on commit 7e88920

Please sign in to comment.