Initial commit

Issues with server config for openbim-components...
This commit is contained in:
2024-05-22 17:19:08 +02:00
commit b3de8cc152
6 changed files with 206 additions and 0 deletions

13
index.html Normal file
View File

@@ -0,0 +1,13 @@
<!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 src='main.js' type="module"></script>
</head>
<body>
<div id="scene"></div>
</body>
</html>