ModelHandle/sandbox/embed_full_website.html

21 lines
430 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no">
<title>Online 3D Viewer</title>
</head>
<body>
<iframe
src="../../website#model=assets/models/solids.obj,assets/models/solids.mtl"
width="640" height="480"
style="border:1px solid #eeeeee;">
</iframe>
</body>
</html>