2016-08-09 14:45:21 -05:00
<!DOCTYPE html>
2016-06-03 15:08:03 -05:00
< html >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2018-02-22 04:54:17 -06:00
< meta name = "theme-color" content = "#fff" / >
2019-01-31 09:32:03 -06:00
< meta property = "og:platform" content = "PeerTube" / >
2018-02-08 02:52:35 -06:00
<!-- Web Manifest file -->
2020-07-10 03:20:11 -05:00
< link rel = "manifest" href = "/manifest.webmanifest?[manifestContentHash]" >
2018-02-08 03:00:09 -06:00
2020-07-10 03:20:11 -05:00
< link rel = "icon" type = "image/png" href = "/client/assets/images/favicon.png?[faviconContentHash]" / >
2021-01-02 15:05:12 -06:00
< link rel = "apple-touch-icon" href = "/client/assets/images/icons/icon-144x144.png" sizes = "144x144" / >
< link rel = "apple-touch-icon" href = "/client/assets/images/icons/icon-192x192.png" sizes = "192x192" / >
2020-07-10 03:20:11 -05:00
<!-- logo background - image -->
< style type = "text/css" >
.icon-logo {
background-image: url(/client/assets/images/logo.svg?[logoContentHash]);
}
< / style >
2017-06-11 05:28:22 -05:00
2016-11-04 06:50:01 -05:00
<!-- base url -->
2017-12-11 10:36:46 -06:00
< base href = "/" >
2019-07-10 07:06:19 -05:00
<!-- /!\ The following comment is used by the server to prerender some tags /!\ -->
<!-- title tag -->
<!-- description tag -->
<!-- custom css tag -->
<!-- meta tags -->
2021-05-14 05:04:44 -05:00
<!-- server config -->
2019-07-10 07:06:19 -05:00
<!-- /!\ Do not remove it /!\ -->
2016-06-03 15:08:03 -05:00
< / head >
<!-- 3. Display the application -->
2018-04-04 02:30:54 -05:00
< body id = "custom-css" >
2016-11-04 06:50:01 -05:00
2023-10-06 03:19:58 -05:00
< noscript class = "alert alert-light" >
2021-02-03 05:51:55 -06:00
< h1 class = "alert-heading" > PeerTube< / h1 >
< h2 class = "mb-3" > JavaScript required< / h2 >
2019-08-02 03:53:36 -05:00
2021-02-03 05:51:55 -06:00
< p > It seems JavaScript is either blocked or disabled in your web browser. We totally get that. However, this page will not work without it.< / p >
< p > If you are concerned about the security and privacy (or lack thereof) of JavaScript web applications, you might want to review the source code of the instance you are trying to access, or look for security audits.< / p >
2019-08-02 03:53:36 -05:00
2021-02-03 05:51:55 -06:00
< hr >
< h2 class = "mb-3" > Your options< / h2 >
< ul >
< li > Allow JavaScript in your browser< / li >
Global client redesign
* Split "my library" into "video space (channels, videos...)" and "my library (playlists, history...)"
* Split "admin" into "overview (users, videos...)", "moderation (abuses, blocks, registrations...)" and "settings (configuration, runners...)"
* Reorganize the header and the left menu: account settings/notifications are now in the header
* Add instance information context in the left menu
* Merge dedicated videos pages for "recently added", "trending", "local videos" into a "browse videos" page that includes quick filters
* Clean up entire CSS
* Clean CSS variables so it's easier to theme PeerTube (some new variables fallback to old variables to limit currnet themes breakages)
* Replace the current light theme into a new one (beige)
* Add a dark (brown) theme (included in PeerTube core)
* Fix accessibility issues with old light theme colors (white on orange button for example)
* Redesign the left menu, the horizontal menu, form controls and buttons, "Discover videos" page and common video filters panel
* Replace/remove/add some global icon
2024-11-05 03:03:40 -06:00
< li > Use one of the < a class = "link-primary" href = "https://docs.joinpeertube.org/use/third-party-application" target = "_blank" > third-party applications< / a > to browse this instance< / li >
< li > Review the source code on < a class = "link-primary" href = "https://github.com/Chocobozzz/PeerTube" target = "_blank" > GitHub< / a > or < a class = "link-primary" href = "https://framagit.org/framasoft/peertube/PeerTube" target = "_blank" > Framasoft's GitLab< / a > , and ask for modifications from the instance owner.
2021-02-03 05:51:55 -06:00
< / ul >
2018-01-15 01:36:39 -06:00
< / noscript >
2021-02-03 05:51:55 -06:00
< div id = "incompatible-browser" class = "alert alert-light" role = "alert" style = "display: none" >
< h1 class = "alert-heading" > PeerTube< / h1 >
< h2 class = "mb-3" > Incompatible browser< / h2 >
2018-03-08 05:01:55 -06:00
< p > We are sorry but it seems that PeerTube is not compatible with your web browser.< / p >
2021-02-03 05:51:55 -06:00
< hr >
Global client redesign
* Split "my library" into "video space (channels, videos...)" and "my library (playlists, history...)"
* Split "admin" into "overview (users, videos...)", "moderation (abuses, blocks, registrations...)" and "settings (configuration, runners...)"
* Reorganize the header and the left menu: account settings/notifications are now in the header
* Add instance information context in the left menu
* Merge dedicated videos pages for "recently added", "trending", "local videos" into a "browse videos" page that includes quick filters
* Clean up entire CSS
* Clean CSS variables so it's easier to theme PeerTube (some new variables fallback to old variables to limit currnet themes breakages)
* Replace the current light theme into a new one (beige)
* Add a dark (brown) theme (included in PeerTube core)
* Fix accessibility issues with old light theme colors (white on orange button for example)
* Redesign the left menu, the horizontal menu, form controls and buttons, "Discover videos" page and common video filters panel
* Replace/remove/add some global icon
2024-11-05 03:03:40 -06:00
< p > Please try with the latest version of < a class = "link-primary" href = "https://www.mozilla.org" target = "_blank" > Mozilla Firefox< / a > .< / p >
< p class = "mb-0" > If you think this is a mistake, please < a class = "link-primary" href = "https://github.com/Chocobozzz/PeerTube/issues/new" target = "_blank" > report it< / a > .< / p >
2018-03-08 05:01:55 -06:00
< / div >
< script type = "text/javascript" >
2020-08-24 04:55:42 -05:00
function displayIncompatibleBrowser () {
2018-03-08 05:01:55 -06:00
var elem = document.getElementById('incompatible-browser')
if (elem.className.indexOf('browser-ok') === -1) {
elem.style.display = 'block'
}
}
2020-08-24 04:55:42 -05:00
window.onerror = function () {
displayIncompatibleBrowser()
}
if (/MSIE|Trident/.test(window.navigator.userAgent) ) {
displayIncompatibleBrowser()
}
2018-03-08 05:01:55 -06:00
< / script >
2024-04-23 03:56:11 -05:00
< my-app >
2016-06-05 02:34:41 -05:00
< / my-app >
2016-11-04 06:50:01 -05:00
2016-06-03 15:08:03 -05:00
< / body >
< / html >