aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/index.html
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2019-12-26 19:46:59 +0100
committerRigel Kent <sendmemail@rigelk.eu>2019-12-26 19:46:59 +0100
commitbc584963ff0e0e8ad16fdd08c0fce5900fac0630 (patch)
treebfca88e6cbfacb7a63cab4c57cd5e7ab44a335de /client/src/index.html
parentc06af5012ecc925ca924e6e20db3a1d909b1148e (diff)
downloadPeerTube-bc584963ff0e0e8ad16fdd08c0fce5900fac0630.tar.gz
PeerTube-bc584963ff0e0e8ad16fdd08c0fce5900fac0630.tar.zst
PeerTube-bc584963ff0e0e8ad16fdd08c0fce5900fac0630.zip
Update noscript message, reduce dropdown icon size and horizontal padding
Diffstat (limited to 'client/src/index.html')
-rw-r--r--client/src/index.html9
1 files changed, 3 insertions, 6 deletions
diff --git a/client/src/index.html b/client/src/index.html
index 16dcc02c8..9eb3694d2 100644
--- a/client/src/index.html
+++ b/client/src/index.html
@@ -28,14 +28,11 @@
28 <body id="custom-css"> 28 <body id="custom-css">
29 29
30 <noscript> 30 <noscript>
31 <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. 31 <p>It seems you are either <strong>blocking or disabling Javascript</strong> on your browser, and we totally get that. However this endpoint uses Angular, so the front end is in full JavaScript and won't work without it.</p>
32 32
33 <br /><br /> 33 <p>There might be numerous reasons you refuse to use JavaScript. If it just has to do with security (or lack thereof) of JavaScript-based web applications, 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.</p>
34 There will be other non JS-based clients to access PeerTube, but for now none is available. 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.
35 34
36 <br /><br /> 35 <p>There will be other non JS-based clients to access PeerTube, but for now none is available. Be sure we will update this page with a list once alternative clients are developed. You can certainly develop your own in the meantime as our code is open source and libre software under the <a href="https://github.com/Chocobozzz/PeerTube/blob/develop/LICENSE" target="_blank" rel="noopener">GNU AGPLv3.0</a> and documented on <a href="https://docs.joinpeertube.org/api-rest-reference.html">docs.joinpeertube.org</a>.</p>
37 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.
38 </p>
39 </noscript> 36 </noscript>
40 37
41 <div id="incompatible-browser" class="alert alert-danger" style="display: none"> 38 <div id="incompatible-browser" class="alert alert-danger" style="display: none">