Files
IfcOpenShell/src/ifctester/webapp/index.html
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
442 B
HTML
Raw Normal View History

2025-08-29 17:45:30 +05:30
<!doctype html>
<html lang="en">
<head>
<title>IFC Tester</title>
<meta charset="UTF-8" />
<meta name="color-scheme" content="dark" />
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.ts"></script>
2025-08-29 17:45:30 +05:30
</body>
</html>