Add og meta properties
This commit is contained in:
parent
0945c44089
commit
63a1bff3ef
2 changed files with 8 additions and 0 deletions
BIN
assets/media/screenshot2.png
Normal file
BIN
assets/media/screenshot2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 280 KiB |
|
@ -3,6 +3,14 @@
|
|||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="description" content="Build and preview Discord embeds outside Discord.">
|
||||
<meta property="og:site_name" content="EmbedBuilder">
|
||||
<meta property="og:title" content="EmbedBuilder">
|
||||
<meta property="og:description" content="Build and preview Discord embeds outside Discord.">
|
||||
<meta property="og:url" content="/">
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:image" content="/assets/media/screenshot2.png">
|
||||
<meta name="twitter:card" content="/assets/media/screenshot2.png">
|
||||
<link rel="icon" href="data:;base64,iVBORw0KGgo=" />
|
||||
<title>Embed Builder</title>
|
||||
<link rel="stylesheet" href="./assets/css/index.css" />
|
||||
|
|
Loading…
Add table
Reference in a new issue