7
0
Fork 0

make the website an actual website

This commit is contained in:
Voxel 2024-06-13 16:26:13 -04:00 committed by GitHub
parent 8c9d31587a
commit 590a7d5a26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

66
index.html Normal file
View file

@ -0,0 +1,66 @@
<!DOCTYPE html>
<html lang="en">
<style>
body {
max-width: 1000px;
margin: auto;
}
</style>
<head>
<title>FrostIPTV</title>
<link rel="icon" type="image/jpeg" href="https://avatars.githubusercontent.com/u/168616494"/>
</head>
<body style="background-color: black; color:cyan; font-family:Arial;">
<h1>FrostIPTV</h1>
<p>Frost: The simplest IPTV service. Hundreds of channels, various countries, and its all free.</p>
<h2>Portal</h2>
<a href="https://f.phite.ro/tv.m3u" target="_blank">Channels</a>
<a href="https://f.phite.ro/radio.m3u8" target="_blank">Radio (WIP)</a>
<a href="https://matrix.to/#/#frost:omada.cafe" target="_blank">Matrix (bridged to Discord)</a>
<a href="https://dsc.gg/frost2" target="_blank">Discord</a>
<p>Want to help out? Thatd be awesome! ou can either open an issue to contribute or ask for an invite. If you open an issue youll probably be invited anyways but its your choice to join lmao. Anything that can last at least 3 minutes without lagging, freezing or crashing is considered a stable stream.</p>
<h3>Disclaimer</h3>
<p>No video files are stored. Were simply using user-submitted links to publicly available video stream URLs, which to the best of our knowledge have been intentionally made publicly by the copyright holders. If any links in these playlists infringe on your rights as a copyright holder, they may be removed by sending a pull request 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. Note that linking does not directly infringe copyright because no copy is actually made on the site providing the link, and thus this is not a valid reason to send a DMCA notice to GitHub. To remove this content from the web, you should contact the web host thats actually hosting the content (not GitHub, nor the maintainers of this repository).</p>
<p>Members</p>
<a href="https://github.com/shiawasevip"><img src="https://avatars.githubusercontent.com/u/164063937" width="88" height="88"></a>
<a href="https://github.com/c4artisan"><img src="https://avatars.githubusercontent.com/u/41709262" width="88" height="88"></a>
<a href="https://github.com/Keeper-CP1"><img src="https://avatars.githubusercontent.com/u/77489104" width="88" height="88"></a>
<a href="https://github.com/joshietrue"><img src="https://avatars.githubusercontent.com/u/78919116" width="88" height="88"></a>
<a href="https://github.com/rushereeeeee"><img src="https://avatars.githubusercontent.com/u/125172679" width="88" height="88"></a>
<a href="https://github.com/cysjunk"><img src="https://avatars.githubusercontent.com/u/89982841" width="88" height="88"></a>
<a href="https://github.com/ExperiencersInternational"><img src="https://avatars.githubusercontent.com/u/56035537" width="88" height="88"></a>
<a href="https://github.com/InsolenceWillow"><img src="https://avatars.githubusercontent.com/u/123328690" width="88" height="88"></a>
<a href="https://github.com/mimipipi22"><img src="https://avatars.githubusercontent.com/u/99712080" width="88" height="88"></a>
<a href="https://github.com/mavijavi5124"><img src="https://avatars.githubusercontent.com/u/166801153" width="88" height="88"></a>
<a href="https://github.com/pixieclaws"><img src="https://cdn.discordapp.com/avatars/1168498579351011330/1928a0472b20982ec8e476543ce173e6.png" width="88" height="88"></a>
<a href="https://github.com/metroid2023"><img src="https://avatars.githubusercontent.com/u/134220528" width="88" height="88"></a>
<a href="https://github.com/bogartdavid"><img src="https://avatars.githubusercontent.com/u/136150168" width="88" height="88"></a>
<p>Thanks for the domain!</p>
<a href="https://gra.phite.ro"><img src="https://github.com/frostiptv/frostiptv.github.io/assets/164063937/e4ce76a7-4224-4651-9669-e7ad2fdbe2a7"></a>
</body>
</html>