mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-14 19:10:06 -04:00
Added page description
This commit is contained in:
parent
e75464f02b
commit
7b8fdf3a15
3 changed files with 4 additions and 1 deletions
|
@ -77,6 +77,7 @@
|
||||||
<svelte:window bind:scrollY={scrollTop} />
|
<svelte:window bind:scrollY={scrollTop} />
|
||||||
<svelte:head>
|
<svelte:head>
|
||||||
<title>iptv-org</title>
|
<title>iptv-org</title>
|
||||||
|
<meta name="description" content="iptv-org is user editable database for TV channels" />
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
<header
|
<header
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
|
|
||||||
<svelte:head>
|
<svelte:head>
|
||||||
<title>{channel && channel.name ? `${channel.name} • iptv-org` : 'iptv-org'}</title>
|
<title>{channel && channel.name ? `${channel.name} • iptv-org` : 'iptv-org'}</title>
|
||||||
|
<meta name="description" content="A detailed description of {channel.name}." />
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
<header class="fixed z-40 w-full min-w-[360px] top-0">
|
<header class="fixed z-40 w-full min-w-[360px] top-0">
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"short_name": "iptv-org",
|
|
||||||
"name": "iptv-org",
|
"name": "iptv-org",
|
||||||
|
"short_name": "iptv-org",
|
||||||
|
"description": "User editable database for TV channels",
|
||||||
"start_url": "/",
|
"start_url": "/",
|
||||||
"id": "/",
|
"id": "/",
|
||||||
"icons": [
|
"icons": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue