Create index.html (lite)
This commit is contained in:
parent
b962950c84
commit
49558f7223
1 changed files with 26 additions and 0 deletions
26
lite/index.html
Normal file
26
lite/index.html
Normal file
|
@ -0,0 +1,26 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>FrostIPTV</title>
|
||||
<style>body{max-width:1000px;margin:auto;background-color:black;color:white;font-family:Arial;}a{color:#05d5ff}</style>
|
||||
<link rel="icon" type="image/jpeg" href="https://avatars.githubusercontent.com/u/168616494"/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<img src="https://avatars.githubusercontent.com/u/168616494" alt="Frost logo" style="width:123px;height:123px;">
|
||||
<h1>FrostIPTV</h1>
|
||||
<p>The simplest IPTV service. Channels and radio stations from around the world, all for free.</p>
|
||||
|
||||
<h2>Portal</h2>
|
||||
<nav>
|
||||
<a href="https://git.gra.phite.ro/frost/repo" target="_blank">Repository</a> •
|
||||
<a href="https://f.phite.ro/tutorial/" target="_blank">Help</a> •
|
||||
<a href="xmpp:frost@room.telepath.im?join" target="_blank">XMPP MUC</a> •
|
||||
<a href="https://matrix.to/#/#frost:omada.cafe" target="_blank">Matrix room</a> •
|
||||
<a href="https://dsc.gg/frost2" target="_blank">Discord server</a>
|
||||
</nav>
|
||||
<nav>
|
||||
<a href="https://www.videolan.org/vlc" target="_blank">Download VLC</a> •
|
||||
<a href="https://potplayer.daum.net/" target="_blank">Download PotPlayer</a>
|
Loading…
Add table
Reference in a new issue