Skip to content

Commit

Permalink
style: define open graph description
Browse files Browse the repository at this point in the history
  • Loading branch information
4gray committed Jan 9, 2022
1 parent 6c941f5 commit ccc87e1
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,19 @@
<base href="/" />

<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="manifest" href="manifest.webmanifest">
<link rel="apple-touch-icon" href="assets/icons/apple-touch-icon.png"/>
<meta property="og:type" content="website" />
<meta property="og:title" content="IPTVnator" />
<meta property="og:url" content="https://iptvnator.vercel.app" />
<meta
property="og:image"
content="https://raw.githubusercontent.com/4gray/iptvnator/electron/iptv-dark-theme.png"
/>
<meta
property="og:description"
content="IPTVnator is a video player application that provides support for the playback of IPTV playlists (m3u, m3u8)"
/>
<link rel="manifest" href="manifest.webmanifest" />
<link rel="apple-touch-icon" href="assets/icons/apple-touch-icon.png" />
<link rel="icon" type="image/x-icon" href="assets/icons/favicon.ico" />
<script>
if (global === undefined) {
Expand Down

1 comment on commit ccc87e1

@vercel
Copy link

@vercel vercel bot commented on ccc87e1 Jan 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.