-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
101 lines (98 loc) · 3.67 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="UTF-8">
<link rel="icon" href="favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HTstart</title>
<style>
.upper {
color: #aec1e9;
vertical-align: super;
font-size: 30px;
animation: blink 3.5s linear infinite;
}
@keyframes blink {
25% { opacity: 0; }
50% { opacity: 100; }
}
.animated-text {
animation: wheelHueColor 28s infinite;
}
@keyframes wheelHueColor {
from, to { color: rgb(236,100,75); }
10% { color: rgb(219,10,91); }
20% { color: rgb(174,168,211); }
30% { color: rgb(89,171,227); }
40% { color: rgb(37,116,169); }
50% { color: rgb(3,201,169); }
60% { color: rgb(22,160,133); }
70% { color: rgb(233,212,96); }
80% { color: rgb(243,156,18); }
90% { color: rgb(236,240,241); }
}
</style>
</head>
<body>
<div class="topsection">
<a href="https://sysconf16.github.io/" class="top">HT<span class="upper">start</span></a>
</div>
<br>
<hr class="animated-text">
<div class="bottomsection">
<div class="category">
<ul class="links">
<li class="title">📽️ GENERAL</li>
<li><a href="https://web.stremio.com/">Stremio</a></li>
<li><a href="https://www.cineby.ru/">Cineby</a></li>
<li><a href="https://freek.to/">Freek</a></li>
<li><a href="https://www.345movies.com/home">345Movies</a></li>
</ul>
</div>
<div class="category">
<ul class="links">
<li class="title">📺 VOD</li>
<li><a href="https://www.bbc.co.uk/iplayer">BBC iPlayer</a></li>
<li><a href="https://www.itv.com/">ITV Hub</a></li>
<li><a href="https://www.channel4.com/">All 4</a></li>
<li><a href="https://youtube.com/">YouTube</a></li>
</ul>
</div>
<div class="category">
<ul class="links">
<li class="title">🛕 INDIAN</li>
<li><a href="https://apnetv.to/">ApneTV</a></li>
<li><a href="https://www.jiocinemausa.com/">JioCinemaUSA</a></li>
</ul>
</div>
<div class="category">
<ul class="links">
<li class="title">🏅 SPORTS</li>
<li><a href="https://sportshub.stream/">Buffstreams</a></li>
<li><a href="https://streamed.su/">Streamed</a></li>
</ul>
</div>
</div>
<div class="bottomsection">
<div class="category">
<ul class="links">
<li class="title">⛩️ ANIME</li>
<li><a href="https://www.miruro.tv/">Miruro</a></li>
</ul>
</div>
<div class="category">
<ul class="links">
<li class="title">🎵 MUSIC</li>
<li><a href="https://open.spotify.com">Spotify</a></li>
</ul>
</div>
<div class="category">
<ul class="links">
<li class="title">🕹️ GAMES</li>
<li><a href="https://play-staging-flare.webrcade.com/?feed=https://raw.githubusercontent.com/sysconf16/configs-and-scripts/main/web%D0%AFcade/feed.b64">webЯcade Play</a></li>
</ul>
</div>
</div>
</body>
</html>