|
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> |
7 | 7 |
|
8 | 8 | <head> |
9 | | - <!-- change this to your project name --> |
10 | 9 | <title>obamify</title> |
11 | 10 |
|
| 11 | + <meta name="description" content="revolutionary new technology that turns any image into obama"> |
| 12 | + <meta name="keywords" content="image processing, image morphing, optimal transport, meme generator"> |
| 13 | + <meta name="author" content="Spu7Nix"> |
| 14 | + <meta name="robots" content="index, follow"> |
| 15 | + |
| 16 | + <meta property="og:type" content="website"> |
| 17 | + <meta property="og:url" content="https://obamify.com/"> |
| 18 | + <meta property="og:title" content="obamify"> |
| 19 | + <meta property="og:description" content="revolutionary new technology that turns any image into obama"> |
| 20 | + <meta property="og:image" content="https://obamify.com/assets/android-chrome-512x512.png"> |
| 21 | + <meta property="og:image:width" content="512"> |
| 22 | + <meta property="og:image:height" content="512"> |
| 23 | + <meta property="og:site_name" content="obamify"> |
| 24 | + |
| 25 | + <meta property="twitter:card" content="summary_large_image"> |
| 26 | + <meta property="twitter:url" content="https://obamify.com/"> |
| 27 | + <meta property="twitter:title" content="obamify"> |
| 28 | + <meta property="twitter:description" content="revolutionary new technology that turns any image into obama"> |
| 29 | + <meta property="twitter:image" content="https://obamify.com/assets/android-chrome-512x512.png"> |
| 30 | + |
| 31 | + <meta name="application-name" content="obamify"> |
| 32 | + <meta name="format-detection" content="telephone=no"> |
| 33 | + |
12 | 34 | <!-- config for our rust wasm binary. go to https://trunkrs.dev/assets/#rust for more customization --> |
13 | 35 | <link data-trunk rel="rust" data-wasm-opt="4" data-integrity="none"/> |
14 | 36 | <!-- this is the base url relative to which other urls will be constructed. trunk will insert this from the public-url option --> |
|
0 commit comments