-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (34 loc) · 2.12 KB
/
index.html
File metadata and controls
38 lines (34 loc) · 2.12 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap" rel="stylesheet">
<!-- Primary Meta Tags -->
<title>Sarlloc — Three.js Creative Experiments</title>
<meta name="title" content="Sarlloc — Three.js Creative Experiments" />
<meta name="description" content="Interactive 3D sketches and creative experiments by Sagar Arora (Sarlloc). Exploring the intersection of code and creativity through Three.js." />
<meta name="author" content="Sagar Arora" />
<meta name="keywords" content="Three.js, WebGL, 3D sketches, creative coding, interactive art, Sarlloc, Sagar Arora" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://sketches.sarlloc.xyz" />
<meta property="og:title" content="Sarlloc — Three.js Creative Experiments" />
<meta property="og:description" content="Interactive 3D sketches and creative experiments. Exploring the intersection of code and creativity through Three.js." />
<meta property="og:image" content="https://sketches.sarlloc.xyz/sidebar/welcome.png" />
<meta property="og:locale" content="en_US" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://sketches.sarlloc.xyz" />
<meta property="twitter:title" content="Sarlloc — Three.js Creative Experiments" />
<meta property="twitter:description" content="Interactive 3D sketches and creative experiments. Exploring the intersection of code and creativity through Three.js." />
<meta property="twitter:image" content="https://sketches.sarlloc.xyz/sidebar/welcome.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>