|
7 | 7 | <meta name="description" content="Particles smoothly morph between Lorenz, Aizawa, Thomas, and Halvorsen strange attractors. Continuous chaotic metamorphosis."> |
8 | 8 | <meta name="author" content="Alexandru DAN"> |
9 | 9 | <meta name="theme-color" content="#050505"> |
10 | | - <link rel="canonical" href="https://danlex.github.io/particles/attractor-morph.html"> |
| 10 | + <link rel="canonical" href="https://particles.alexandrudan.com/attractor-morph.html"> |
11 | 11 | <link rel="icon" type="image/svg+xml" href="favicon.svg"> |
12 | 12 |
|
13 | 13 | <!-- Open Graph --> |
14 | 14 | <meta property="og:type" content="website"> |
15 | | - <meta property="og:url" content="https://danlex.github.io/particles/attractor-morph.html"> |
| 15 | + <meta property="og:url" content="https://particles.alexandrudan.com/attractor-morph.html"> |
16 | 16 | <meta property="og:title" content="Attractor Morph — Particles"> |
17 | 17 | <meta property="og:description" content="Particles smoothly morph between Lorenz, Aizawa, Thomas, and Halvorsen strange attractors. Continuous chaotic metamorphosis."> |
18 | | - <meta property="og:image" content="https://danlex.github.io/particles/og-image.svg"> |
| 18 | + <meta property="og:image" content="https://particles.alexandrudan.com/og-image.svg"> |
19 | 19 | <meta property="og:site_name" content="Particles"> |
20 | 20 |
|
21 | 21 | <!-- Twitter --> |
22 | 22 | <meta name="twitter:card" content="summary_large_image"> |
23 | 23 | <meta name="twitter:title" content="Attractor Morph — Particles"> |
24 | 24 | <meta name="twitter:description" content="Particles smoothly morph between Lorenz, Aizawa, Thomas, and Halvorsen strange attractors. Continuous chaotic metamorphosis."> |
25 | | - <meta name="twitter:image" content="https://danlex.github.io/particles/og-image.svg"> |
| 25 | + <meta name="twitter:image" content="https://particles.alexandrudan.com/og-image.svg"> |
26 | 26 | <style> |
27 | 27 | * { margin: 0; padding: 0; box-sizing: border-box; } |
28 | 28 | body { background: #000; overflow: hidden; font-family: 'Courier New', monospace; } |
|
0 commit comments