]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/index.html
Fix other videos not displayed in video watch
[github/Chocobozzz/PeerTube.git] / client / src / index.html
CommitLineData
7da18e44 1<!DOCTYPE html>
4a6995be
C
2<html>
3 <head>
63c4db6d 4 <title>PeerTube</title>
4a6995be
C
5
6 <meta charset="UTF-8">
7 <meta name="viewport" content="width=device-width, initial-scale=1">
758b996d 8 <meta name="description" content="PeerTube, a decentralized video streaming platform using P2P (BitTorrent) directly in the web browser" />
4a6995be 9
9ccf1119
LT
10 <!-- Web Manifest file -->
11 <link rel="manifest" href="manifest.json">
d8755eed
C
12 <!-- The following comment is used by the server to prerender OpenGraph and oEmbed tags -->
13 <!-- open graph and oembed tags -->
830bcd0f
C
14 <!-- Do not remove it! -->
15
6bafac54 16 <link rel="icon" type="image/png" href="/client/assets/images/favicon.png" />
8635a2c7 17
4d19d2f1 18 <!-- base url -->
63c4db6d 19 <base href="/">
4a6995be
C
20 </head>
21
22 <!-- 3. Display the application -->
23 <body>
4d19d2f1 24
f41e76cd
RK
25 <noscript>
26 <p>You are blocking Javascript, and we totally get that. However this endpoint uses Angular, so the front end is in full JavaScript and won't work without it.
27 </br></br>
2bb0f9d5 28 There will be other non JS-based clients to access PeerTube, but for now none is available as this is still alpha software. Be sure we will update this page with a list once alternative clients are developed. You can certainly develop you own in the meantime as our code is open source and libre software under GNU AGPLv3.0.
f41e76cd
RK
29 </br></br>
30 There might be numerous reasons you refuse to use JavaScript. If it has just to do with security (or lack thereof) of JavaScript-based webapps, then depending on your threat menace you might want to go through the code running on the node you are trying to access, and look for security audits.
31 </p>
32 </noscript>
33
5555f886
C
34 <my-app>
35 </my-app>
4d19d2f1 36
4a6995be
C
37 </body>
38</html>