Skip to content

Commit 945cc4c

Browse files
committed
feat: add embed data
1 parent 2e3a171 commit 945cc4c

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

assets/android-chrome-512x512.png

-461 KB
Loading

index.html

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,31 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
77

88
<head>
9-
<!-- change this to your project name -->
109
<title>obamify</title>
1110

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+
1234
<!-- config for our rust wasm binary. go to https://trunkrs.dev/assets/#rust for more customization -->
1335
<link data-trunk rel="rust" data-wasm-opt="4" data-integrity="none"/>
1436
<!-- 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

Comments
 (0)