Files

20 lines
328 B
HTML
Raw Permalink Normal View History

2023-11-23 12:32:02 +01:00
<!DOCTYPE html>
<html lang="en">
2023-11-23 12:08:57 +01:00
<head>
<title>3d example using three.js and multiple windows</title>
<script type="text/javascript" src="three.r124.min.js"></script>
<style type="text/css">
*
{
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<script type="module" src="main.js"></script>
</body>
</html>