From a3c4ccee7ef7cd3b5c573075721941fc3bd9d2ea Mon Sep 17 00:00:00 2001 From: Pavel Kirilin <win10@list.ru> Date: Thu, 1 Oct 2020 12:53:16 +0400 Subject: [PATCH] Updated meta info. Signed-off-by: Pavel Kirilin <win10@list.ru> --- assets/dist/index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/dist/index.html b/assets/dist/index.html index 2fb45d6..925c643 100644 --- a/assets/dist/index.html +++ b/assets/dist/index.html @@ -4,6 +4,12 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>s3rius radio</title> + + <meta property="og:url" content="http://s3rius.ddns.net/"/> + <meta property="og:title" content="Private radio station just for you."/> + <meta property="og:image" content="/scull.png"/> + <meta property="og:description" content="Trust your captain's music taste."/> + <link rel="icon" type="image/png" href="scull.png"/> <link rel="stylesheet" href="style.css"> </head> -- GitLab