ifc-web-app/index.html
2024-05-22 17:43:28 +02:00

21 lines
584 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>WebArchi</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<!--<link rel='stylesheet' type='text/css' media='screen' href='main.css'>-->
<script type="importmap">
{
"imports": {
"three": "./vendor/three/build/three.module.js",
"openbim-components": "./vendor/openbim-components/src/index.js"
}
}
</script>
<script src='main.js' type="module"></script>
</head>
<body>
<div id="scene"></div>
</body>
</html>