-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add unfurl meta data and upload images
- Loading branch information
earth2travis
committed
Aug 25, 2023
1 parent
64229c1
commit ac88454
Showing
4 changed files
with
71 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,38 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<link rel="icon" type="image/svg+xml" href="/favicon.ico" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
|
||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" /> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" /> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" /> | ||
<link rel="manifest" href="/site.webmanifest" /> | ||
<title>Invoke</title> | ||
</head> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<link rel="icon" type="image/svg+xml" href="/favicon.ico" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
|
||
<body> | ||
<div id="root"></div> | ||
<script> | ||
window.global = window; | ||
</script> | ||
<script type="module" src="/src/main.tsx"></script> | ||
</body> | ||
</html> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:url" content="https://invoke.haus/" /> | ||
<meta property="og:title" content="Invoke" /> | ||
<meta property="og:description" content="Summon a Moloch DAO on the Arbitrum network" /> | ||
<meta property="og:image" content="https://invoke.haus/preview.png" /> | ||
|
||
<meta name="twitter:card" content="summary_large_image"> | ||
<meta name="twitter:site" content="@0xBootleggers"> | ||
<meta name="twitter:domain" value="invoke.haus" /> | ||
<meta name="twitter:title" value="Invoke" /> | ||
<meta name="twitter:description" value="Summon a Moloch DAO on the Arbitrum network" /> | ||
<meta name="twitter:image" content="https://invoke.haus/twitter.png" /> | ||
<meta name="twitter:url" value="https://invoke.haus/" /> | ||
|
||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" /> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" /> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" /> | ||
<link rel="manifest" href="/site.webmanifest" /> | ||
<title>Invoke</title> | ||
</head> | ||
|
||
<body> | ||
<div id="root"></div> | ||
<script> | ||
window.global = window; | ||
</script> | ||
<script type="module" src="/src/main.tsx"></script> | ||
</body> | ||
|
||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters