forked from maddox/pluto-for-channels
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (33 loc) · 796 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Pluto for Channels</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">
<style>
ul{
margin-bottom: 10px;
}
</style>
</head>
<body>
<section class="section">
<div class="container">
<h1 class="title">
Pluto for Channels
<span class="tag">vVERSION</span>
UPDATE_AVAILABLE
</h1>
<p class="subtitle">
Last Updated: LAST_RAN
</p>
<ul>
<li><a href="/playlist.m3u">Playlist</a></li>
<li><a href="/epg.xml">EPG</a></li>
</ul>
LINKED_VERSIONS
</div>
</section>
</body>
</html>