-
Notifications
You must be signed in to change notification settings - Fork 0
/
credits.html
46 lines (44 loc) · 1.86 KB
/
credits.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Televerse</title>
<link rel="stylesheet" href="/style.css">
<link rel="icon" type="image/x-icon" href="/assets/favicon.svg">
</head>
<body>
<div class="nav-container">
<img src="/assets/logo.svg">
<div class="nav">
<ul>
<li><a href="/credits.html">Credits</a></li>
<li><a href="/app">App</a></li>
<li><a href="/">Home</a></li>
</ul>
</div>
</div>
<div class="content" style="margin: 7.5px 25px;">
<h1 style="text-align: center;">Credits</h1>
<ul>
<li>Invidious</li>
<ul>
<li>Thanks to Invidious for the ad free and non paid YouTube service/api.</li>
<li>Servers</li>
<ul>
<li>Thanks to <a href="https://vid.puffyan.us">puffyan.us</a> for their American servers.</li>
<li>Thanks to <a href="https://invidious.weblibre.org">weblibre.org</a> for their Chile servers.</li>
<li>Thanks to <a href="https://invidious.flokinet.to">flokinet.to</a> for their Romanian servers.</li>
</ul>
</ul>
<li>Not really much more.</li>
<ul>
<li>This was made mainly by ourselves (a747 and repx). All the css and designs our made by us and we took slight inspiration from the Disney+ application.</li>
</ul>
<li>There is a bug with the continue watching where it will show 0 views. This is not our fault. It is a bug in the invidious api that we cannot solve.</li>
</ul>
</div>
<div class="footer">© Zeon 2022.</div>
</body>
</html>