-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (53 loc) · 2.09 KB
/
index.html
File metadata and controls
53 lines (53 loc) · 2.09 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="%BASE_URL%favicon.svg" />
<link rel="apple-touch-icon" href="%BASE_URL%favicon-192.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#05070b" />
<meta
name="description"
content="Lighting Lab is an interactive prototype for exploring scenes, scheduling, overrides, and safety-aware playback on a stylized architectural tower."
/>
<meta
name="keywords"
content="lighting simulation, architectural lighting, interactive demo, scene engine, tower lighting"
/>
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Lighting Lab" />
<meta property="og:title" content="Lighting Lab | Interactive Tower Lighting Demo" />
<meta
property="og:description"
content="Explore a polished interactive demo of programmable tower lighting with scenes, scheduling, overrides, and safety-aware playback."
/>
<meta property="og:url" content="https://paulhutchinson.me/lighting-lab/" />
<meta
property="og:image"
content="https://paulhutchinson.me/lighting-lab/og-preview.svg"
/>
<meta
property="og:image:alt"
content="Lighting Lab preview card showing a stylized illuminated tower and interface panels."
/>
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="Lighting Lab | Interactive Tower Lighting Demo"
/>
<meta
name="twitter:description"
content="Explore scenes, scheduling, overrides, and safety-aware playback on a stylized tower lighting system."
/>
<meta
name="twitter:image"
content="https://paulhutchinson.me/lighting-lab/og-preview.svg"
/>
<link rel="canonical" href="https://paulhutchinson.me/lighting-lab/" />
<title>Lighting Lab | Interactive Tower Lighting Demo</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>