|
2 | 2 | <html> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <title><%= htmlWebpackPlugin.options.title %></title> |
| 5 | + <!-- Primary Meta Tags --> |
| 6 | + <title> |
| 7 | + Blobs - Generate beautiful blob shapes for web and flutter apps |
| 8 | + </title> |
| 9 | + <meta |
| 10 | + name="title" |
| 11 | + content="Blobs - Generate beautiful blob shapes for web and flutter apps" |
| 12 | + /> |
| 13 | + <meta |
| 14 | + name="description" |
| 15 | + content="Customizable blobs as SVG and Flutter Widget. Create random or fixed blobs, loop, animate, clip them with ease" |
| 16 | + /> |
| 17 | + |
| 18 | + <!-- Open Graph / Facebook --> |
| 19 | + <meta property="og:type" content="website" /> |
| 20 | + <meta property="og:url" content="https://blobs.app/" /> |
| 21 | + <meta |
| 22 | + property="og:title" |
| 23 | + content="Blobs - Generate beautiful blob shapes for web and flutter apps" |
| 24 | + /> |
| 25 | + <meta |
| 26 | + property="og:description" |
| 27 | + content="Customizable blobs as SVG and Flutter Widget. Create random or fixed blobs, loop, animate, clip them with ease" |
| 28 | + /> |
| 29 | + <meta property="og:image" content="https://blobs.app/poster.png" /> |
| 30 | + |
| 31 | + <!-- Twitter --> |
| 32 | + <meta property="twitter:card" content="summary_large_image" /> |
| 33 | + <meta property="twitter:url" content="https://blobs.app/" /> |
| 34 | + <meta |
| 35 | + property="twitter:title" |
| 36 | + content="Blobs - Generate beautiful blob shapes for web and flutter apps" |
| 37 | + /> |
| 38 | + <meta |
| 39 | + property="twitter:description" |
| 40 | + content="Customizable blobs as SVG and Flutter Widget. Create random or fixed blobs, loop, animate, clip them with ease" |
| 41 | + /> |
| 42 | + <meta property="twitter:image" content="https://blobs.app/poster.png" /> |
6 | 43 | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
7 | 44 | </head> |
8 | 45 | <body> |
|
0 commit comments