-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (30 loc) · 1 KB
/
Copy pathindex.html
File metadata and controls
30 lines (30 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>VTR Magnetization Viewer</title>
<link rel="stylesheet" href="./src/styles.css?v=20260617-depth">
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/three@0.160.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.160.0/examples/jsm/",
"lil-gui": "https://cdn.jsdelivr.net/npm/lil-gui@0.18.2/+esm"
}
}
</script>
</head>
<body>
<main id="app-shell">
<section id="viewer"></section>
<aside id="control-panel"></aside>
<section id="status-panel" aria-live="polite">
<div class="status-title">final.vtr</div>
<div id="load-status">Initializing viewer...</div>
<div id="mesh-status">Waiting for data</div>
</section>
</main>
<script type="module" src="./src/main.js?v=20260617-depth"></script>
</body>
</html>