Added page description

This commit is contained in:
freearhey 2023-10-10 14:03:05 +03:00
parent e75464f02b
commit 7b8fdf3a15
3 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -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">