mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-11 17:40:05 -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:head>
|
||||
<title>iptv-org</title>
|
||||
<meta name="description" content="iptv-org is user editable database for TV channels" />
|
||||
</svelte:head>
|
||||
|
||||
<header
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
|
||||
<svelte:head>
|
||||
<title>{channel && channel.name ? `${channel.name} • iptv-org` : 'iptv-org'}</title>
|
||||
<meta name="description" content="A detailed description of {channel.name}." />
|
||||
</svelte:head>
|
||||
|
||||
<header class="fixed z-40 w-full min-w-[360px] top-0">
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"short_name": "iptv-org",
|
||||
"name": "iptv-org",
|
||||
"short_name": "iptv-org",
|
||||
"description": "User editable database for TV channels",
|
||||
"start_url": "/",
|
||||
"id": "/",
|
||||
"icons": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue