mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-27 20:58:01 +02:00
Merge pull request 'Add Open Graph metadata' (#25) from Denevola/Hyperpipe:patch-opengraph into main
Reviewed-on: https://codeberg.org/Hyperpipe/Hyperpipe/pulls/25
This commit is contained in:
commit
f9a0eb2c7c
1 changed files with 5 additions and 0 deletions
|
@ -17,6 +17,11 @@
|
|||
<link rel="manifest" href="/manifest.json" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<meta property="og:title" content="Hyperpipe" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:image" content="/android-maskable.png" />
|
||||
<meta property="og:description" content="Privacy respecting YouTube Music Frontend." />
|
||||
|
||||
<title>Hyperpipe</title>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue