Skip to content

Commit

Permalink
feat: add social metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ewencodes committed May 23, 2024
1 parent 66527d0 commit 763f8dd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<link rel="icon" type="image/svg" href="/azure.svg" />

<meta name="twitter:site" content="@ewencodes" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Azure Network Calculator" />
<meta name="twitter:description" content="Simple web application to calculate network things globally and specific for Azure Cloud." />

<meta property="og:image:alt" content="Simple web application to calculate network things globally and specific for Azure Cloud" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="600" />
<meta property="og:site_name" content="Azure Network Calculator" />
<meta property="og:type" content="object" />
<meta property="og:title" content="Azure Network Calculator" />
<meta property="og:url" content="https://ewencodes.github.io/azure-network-calculator/" />
<meta property="og:description" content="Simple web application to calculate network things globally and specific for Azure Cloud" />

<title>Azure Network Calculator</title>
</head>
<body>
Expand Down

0 comments on commit 763f8dd

Please sign in to comment.