make the website an actual website
This commit is contained in:
parent
8c9d31587a
commit
590a7d5a26
1 changed files with 66 additions and 0 deletions
66
index.html
Normal file
66
index.html
Normal 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 it’s 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? That’d be awesome! ou can either open an issue to contribute or ask for an invite. If you open an issue you’ll probably be invited anyways but it’s 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. We’re 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 that’s 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>
|
Loading…
Reference in a new issue