-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (54 loc) · 2.83 KB
/
Copy pathindex.html
File metadata and controls
58 lines (54 loc) · 2.83 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
54
55
56
57
58
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Generative Gestaltung</title>
<meta name="theme-color" content="#0fe976">
<meta property="og:title" content="Generative Gestaltung">
<meta property="og:type" content="website">
<meta property="og:url" content="generative-gestaltung.com">
<meta property="og:image" content="http://www.generative-gestaltung.de/2/img/switch/180215_GG2_MockUp.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="364">
<meta property="og:image:height" content="480">
<meta property="og:description" content="Generative Gestaltung / Generative Design, a book about procedural design">
<meta name="description" content="Generative Design, Creative Coding on the Web">
<link rel="shortcut icon" href="2/favicon.ico">
<link rel="icon" sizes="16x16 32x32 64x64" href="2/favicon.ico">
<link rel="icon" type="image/png" sizes="196x196" href="2/favicon-192.png">
<link rel="icon" type="image/png" sizes="160x160" href="2/favicon-160.png">
<link rel="icon" type="image/png" sizes="96x96" href="2/favicon-96.png">
<link rel="icon" type="image/png" sizes="64x64" href="2/favicon-64.png">
<link rel="icon" type="image/png" sizes="32x32" href="2/favicon-32.png">
<link rel="icon" type="image/png" sizes="16x16" href="2/favicon-16.png">
<link rel="apple-touch-icon" href="2/favicon-57.png">
<link rel="apple-touch-icon" sizes="114x114" href="2/favicon-114.png">
<link rel="apple-touch-icon" sizes="72x72" href="2/favicon-72.png">
<link rel="apple-touch-icon" sizes="144x144" href="2/favicon-144.png">
<link rel="apple-touch-icon" sizes="60x60" href="2/favicon-60.png">
<link rel="apple-touch-icon" sizes="120x120" href="2/favicon-120.png">
<link rel="apple-touch-icon" sizes="76x76" href="2/favicon-76.png">
<link rel="apple-touch-icon" sizes="152x152" href="2/favicon-152.png">
<link rel="apple-touch-icon" sizes="180x180" href="2/favicon-180.png">
<meta name="msapplication-TileColor" content="#FFFFFF">
<meta name="msapplication-TileImage" content="2/favicon-144.png">
<meta name="msapplication-config" content="browserconfig.xml">
<link rel="stylesheet" href="2/styles/normalize.css">
<link rel="stylesheet" href="2/styles/switch.css">
</head>
<body>
<header>
<a href="http://www.generative-gestaltung.de/2" title="Generative Gestaltung second edition">
<span>NEW</span>
<img src="2/img/switch/180215_GG2_MockUp.png" alt="Generative Gestaltung second edition">
</a>
</header>
<header>
<a href="http://www.generative-gestaltung.de/1" title="Generative Gestaltung first edition">
<span>OLD</span>
<img src="2/img/switch/180216_GG1_MockUp.png" alt="Generative Gestaltung first edition">
</a>
</header>
</body>
</html>