|
2 | 2 | <html lang="en">
|
3 | 3 | <head>
|
4 | 4 | <meta charset="UTF-8" />
|
5 |
| - <title>adrien carpentier | cyclic cellular automaton</title> |
6 |
| - <meta name="Description" content="cyclic cellular automaton" /> |
| 5 | + <title>adrien carpentier | generative art visualizations</title> |
| 6 | + <meta name="Description" content="Interactive visualization of cyclic cellular automata in 1D, 2D, and 3D, along with other cellular automata like Conway's Game of Life" /> |
| 7 | + |
| 8 | + <!-- OpenGraph tags --> |
7 | 9 | <meta property="og:locale" content="en_US" />
|
8 |
| - <meta property="og:site_name" content="cyclic cellular automaton" /> |
9 |
| - <meta |
10 |
| - property="og:url" |
11 |
| - content="https://adriencarpentier.com/cyclic cellular automaton" |
12 |
| - /> |
| 10 | + <meta property="og:site_name" content="Cellular Automata" /> |
| 11 | + <meta property="og:url" content="https://automata.adriencarpentier.com" /> |
13 | 12 | <meta property="og:type" content="website" />
|
14 |
| - <meta |
15 |
| - property="og:title" |
16 |
| - content="adrien carpentier | cyclic cellular automaton" |
17 |
| - /> |
18 |
| - <meta property="og:description" content="cyclic cellular automaton" /> |
19 |
| - <meta property="og:image" content="favicons/android-chrome-512x512.png" /> |
| 13 | + <meta property="og:title" content="adrien carpentier | Generative Art Visualizations" /> |
| 14 | + <meta property="og:description" content="Interactive visualization of cyclic cellular automata in 1D, 2D, and 3D, along with other cellular automata like Conway's Game of Life" /> |
| 15 | + <meta property="og:image" content="opengraph.png" /> |
| 16 | + <meta property="og:image:width" content="1200" /> |
| 17 | + <meta property="og:image:height" content="630" /> |
| 18 | + |
| 19 | + <!-- Twitter Card tags --> |
| 20 | + <meta name="twitter:card" content="summary_large_image" /> |
| 21 | + <meta name="twitter:title" content="adrien carpentier | Generative Art Visualizations" /> |
| 22 | + <meta name="twitter:description" content="Interactive visualization of cyclic cellular automata in 1D, 2D, and 3D, along with other cellular automata like Conway's Game of Life" /> |
| 23 | + <meta name="twitter:image" content="opengraph.png" /> |
| 24 | + |
20 | 25 | <meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
21 | 26 | <link rel="shortcut icon" type="image/x-icon" href="favicons/favicon.ico" />
|
22 | 27 | <link href="style.css" type="text/css" rel="stylesheet" />
|
|
0 commit comments