Skip to content

Commit

Permalink
feat: added meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouasli committed Aug 18, 2023
1 parent 0a67143 commit 91b235f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,13 @@
href="icons/apple-splash-1136-640.jpg"
media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"
/>
<meta property="twitter:image" content="logo.png" />
<meta property="twitter:title" content="Chat Box" />
<meta property="twitter:description" content="Chat with your friends" />
<meta property="description" content="Chat with your friends" />
<meta property="og:title" content="Chat Box" />
<meta property="og:description" content="Chat with your friends" />

<title>Chat Box</title>
</head>
<body>
Expand Down

0 comments on commit 91b235f

Please sign in to comment.