-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (42 loc) · 2.03 KB
/
Copy pathindex.html
File metadata and controls
45 lines (42 loc) · 2.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="An interactive genealogy of Western artistic and philosophical thought, ~1750 to now — art movements and philosophical currents as a synchronized timeline and force-directed rhizome."
/>
<meta name="author" content="@cwqt" />
<meta
name="keywords"
content="art history, philosophy, timeline, art movements, philosophical currents, rhizome, genealogy of ideas, interactive visualization"
/>
<meta name="theme-color" content="#111111" />
<link
rel="icon"
type="image/svg+xml"
href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect width='32' height='32' rx='6' fill='%23111'/%3E%3Cpath d='M7 22 Q16 4 25 14' fill='none' stroke='%23e8e0cf' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='7' cy='22' r='3' fill='%23e8e0cf'/%3E%3Ccircle cx='25' cy='14' r='3' fill='%23c9a24b'/%3E%3C/svg%3E"
/>
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:title" content="The Thread of Artistic Thought" />
<meta
property="og:description"
content="An interactive genealogy of Western artistic and philosophical thought, ~1750 to now — a synchronized timeline and force-directed rhizome of art movements and philosophical currents."
/>
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:creator" content="@cwqt" />
<meta name="twitter:title" content="The Thread of Artistic Thought" />
<meta
name="twitter:description"
content="An interactive genealogy of Western artistic and philosophical thought, ~1750 to now — a synchronized timeline and force-directed rhizome."
/>
<title>Timeline - timeline.cass.si</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>