7
0
Fork 0
site/index.html
2025-01-02 12:25:42 -03:00

75 lines
No EOL
5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FrostIPTV</title>
<meta name="description" content="The simplest IPTV service. TV channels and radio stations from around the world, all for free.">
<meta name="keywords" content="IPTV, TV, free TV, free IPTV">
<link rel="stylesheet" href="/assets/css/style.css">
<link rel="icon" type="image/png" href="/assets/img/favicon.png">
</head>
<body>
<header>
<img src="/assets/img/logo.png" alt="Frost logo" width="108px" height="124px">
<h1>Frost</h1>
<p>IPTV made simple. TV channels and radio stations from all around the world, for free.</p>
</header>
<h2 id="portal">Portal</h2>
<nav>
<a href="https://git.nadeko.net/frost/repo/raw/branch/main/tv.m3u" target="_blank">TV channels</a>
<a href="https://git.nadeko.net/frost/repo/raw/branch/main/radio.m3u" target="_blank">Radio stations</a>
<a href="https://git.nadeko.net/frost/" target="_blank">Git</a>
<a href="/tutorial/" target="_blank">How to use</a>
</nav>
<nav>
<b>Community (bridged)</b>:
<a href="https://discord.gg/VPunBaPF9a" target="_blank">Discord</a>
<a href="xmpp:frost@room.telepath.im?join" target="_blank">XMPP</a>
<a href="https://matrix.to/#/#frostiptv:matrix.org" target="_blank">Matrix</a>
</nav>
<nav>
<b>Other useful links</b>:
<a href="https://tvheadend.org/p/about" target="_blank">TVHeadend</a>
<a href="https://discord.gg/m3u" target="_blank">Stream Collecting Server</a>
<a href="https://reddit.com/r/iptvglory/" target="_blank">IPTVGlory</a>
<a href="https://fmhy.net" target="_blank">fmhy</a>
</nav>
<h3 id="our-philosophy">Our philosophy</h3>
<p>We believe entertainment and information are essential resources in life, and they should be easily accessible to the public, not locked behind paywalls. Things like <a href="https://en.wikipedia.org/wiki/Terrestrial_television">OTA</a> and <a href="https://en.wikipedia.org/wiki/Free_ad-supported_streaming_television">FAST</a> television aren't a cakewalk to rely on. We provide what people want to watch for free, no strings attached.</p>
<h3 id="contribute">Contribute</h3>
<p>Want to help out? That'd be great! You can either open an issue, see Community or <a href="mailto:lake@ari.lt?subject=I+want+to+help+with+Frost&body=Explain+here">ask for an invite to the git</a>. Please test your streams before submitting.</p>
<h3 id="disclaimer">Disclaimer</h3>
<p>No files are stored. We're just using user-submitted links to publicly available video stream URLs, which to our knowledge have been intentionally made public by the copyright holders. If any links in these playlists infringe on your rights as a copyright holder, they may be removed by notifying us or opening an issue. However, we have no control over the destination of the link, and just removing the link from the playlist will not remove its contents from the web. Linking does not directly infringe copyright because no copy is actually made on the site providing the link, so this is not a valid reason to send a DMCA notice. To completely remove this content from the web, contact the web host that's actually hosting the content (not the the maintainers of this repository).</p>
<h3 id="members">Members</h3>
<div>
<a href="https://voxel.fsky.io"><img src="https://git.nadeko.net/avatar/63d794b0b43823a2ce84424c50eddfe7" loading="lazy" alt="Voxel" width="64" height="64"></a>
<a href="https://git.nadeko.net/Mavijavi12"><img src="https://avatars.githubusercontent.com/u/166801153" loading="lazy" alt="Mavijavi" width="64" height="64"></a>
<a href="https://twitter.com/askortwo"><img src="https://inv.nadeko.net/ggpht/SmKJae_yssD_GqjbKKuHeiFyNSwW4MspDINA-aHvnjgZfVsOK1vbnOn3CisKWTLPlK0ZIgRd=s176-c-k-c0x00ffffff-no-rj-mo" loading="lazy" alt="askor" width="64" height="64"></a>
<a href="https://youtube.com/channel/UCnnmn34FXpeAWiAtHJusIRg"><img src="https://yt3.googleusercontent.com/IckJ_Lekmi39qhYOLg40sy7xWydXIiFilQ64MynyAtWRTO10m4QXwXMCJfKv-t9mWb3IXqMkBA=s160-c-k-c0x00ffffff-no-rj" loading="lazy" alt="powerhouse" width="64" height="64"></a>
</div>
<h3 id="hall-of-fame">Hall of Fame</h3>
<nav>
<p><a href="https://fsky.io">FSKY</a> - Subdomain, helps with the site.</p>
<p><a href="https://nadeko.net">Fijxu</a> - Let us host Frost on their Forgejo instance.</p>
<p><a href="https://bnkd.xyz">BNKdesigns</a> - Made the <a href="https://git.nadeko.net/frost/site-v2">old site.</a></p>
<p><a href="https://github.com/shavedbroom">Shavedbroom</a> - Helped with stream testing.</p>
</nav>
<footer>
<a href="https://frost.fsky.io/"><img src="/assets/img/88x31/badge.png" loading="lazy" alt="FrostIPTV badge" width="88px" height="31px"></a>
<a href="https://fsky.io/"><img src="/assets/img/88x31/fsky.png" loading="lazy" alt="FSKY badge" width="88px" height="31px"></a>
<a href="https://nadeko.net/"><img src="/assets/img/88x31/nadeko.png" loading="lazy" alt="Nadeko badge" width="88px" height="31px"></a>
</footer>
</body>
</html>