40 lines
738 B
HTML
40 lines
738 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>Example</title>
|
|
|
|
<style>
|
|
html, body
|
|
{
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|
|
|
|
iframe
|
|
{
|
|
border: 1px solid #cccccc;
|
|
}
|
|
</style>
|
|
|
|
<script type='text/javascript'>
|
|
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
<div>r130:</div>
|
|
<div>
|
|
<iframe width="400" height="300" src="three_viewer.html#https://cdn.jsdelivr.net/npm/three@0.130.0/build/three.min.js"></iframe>
|
|
</div>
|
|
|
|
<div>r131:</div>
|
|
<div>
|
|
<iframe width="400" height="300" src="three_viewer.html#https://cdn.jsdelivr.net/npm/three@0.132.0/build/three.min.js"></iframe>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|