diff --git a/assets/dist/index.html b/assets/dist/index.html index 2fb45d6d849da9231f8a620c85055d5b30dcf1f2..925c643727a9f848934f671db751f59b8858518a 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>