-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathempty_world.html
26 lines (26 loc) · 1.08 KB
/
empty_world.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title></title>
<link rel="stylesheet" href="empty_world.css">
<script type="module" src="https://cyberbotics.com/wwi/R2023b/WebotsView.js"></script>
</head>
<body>
<div class="title-container">
<h1>Web Scene: <strong></strong></h1>
</div>
<div class="webots-view-container">
<webots-view data-thumbnail=empty_world.jpg data-scene=empty_world.x3d data-animation=></webots-view>
</div>
<div class="description-container">
<p><strong>Description:</strong><br><br></p>
</div>
<div class="bottom-container">
<p>If the animation is not loading correctly, please refer to the <a target='_blank'
href='https://cyberbotics.com/doc/guide/web-scene#remarks-on-the-used-technologies-and-their-limitations'>User
Guide</a> it could be that your browser prevents local files CORS requests.</p>
</div>
</body>
</html>