<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--#include virtual="base.html" -->
- <link rel="stylesheet" href="css/all.css?v=3729">
-
+ <link rel="apple-touch-icon" href="images/apple-touch-icon.png">
+ <link rel="stylesheet" href="css/all.css?v=4289">
<style>
body {background: #222!important}
#fsflogo{
background: #fff;
width:680px;
margin: 30px auto;
- padding:15px;
+ padding:15px;
border-radius: 10px!important;
}
.header-text-title {
- display: none
+ display: none
}
#fsfcustom p {
.welcome .header-text{
margin-top:22px!important;
}
+ .leftwatermark, .header-text-description{
+ display: none!important;
+ }
</style>
-
<script type="text/javascript">
/** @licstart The following is the entire license notice for the
* JavaScript code in this page
* for the JavaScript code in this page.
*/
</script>
+ <script>
+ document.addEventListener('DOMContentLoaded', () => {
+ if (!JitsiMeetJS.app) {
+ return;
+ }
+ JitsiMeetJS.app.renderEntryPoint({
+ Component: JitsiMeetJS.app.entryPoints.APP
+ })
+ })
+ </script>
<script>
-// @license magnet:?xt=urn:btih:8e4f440f4c65981c5bf93c76d35135ba5064d8b7&dn=apache-2.0.txt Apache-2.0
// IE11 and earlier can be identified via their user agent and be
// redirected to a page that is known to have no newer js syntax.
if (window.navigator.userAgent.match(/(MSIE|Trident)/)) {
- window.location.href = "static/recommendedBrowsers.html";
+ var roomName = encodeURIComponent(window.location.pathname);
+ window.location.href = "static/recommendedBrowsers.html" + "?room=" + roomName;
}
window.indexLoadedTime = window.performance.now();
"logging_config.js",
"lib-jitsi-meet.min.js",
"app.bundle.min.js",
- "all.css?v=3729"
+ "all.css?v=4289"
];
var loadErrHandler = function(e) {
var target = e.target;
};
window.addEventListener(
'error', loadErrHandler, true /* capture phase type of listener */);
-// @license-end
</script>
<script><!--#include virtual="/config.js" --></script><!-- adapt to your needs, i.e. set hosts and bosh path -->
<!--#include virtual="connection_optimization/connection_optimization.html" -->
<script src="libs/do_external_connect.min.js?v=1"></script>
<script><!--#include virtual="/interface_config.js" --></script>
<script><!--#include virtual="/logging_config.js" --></script>
- <script src="libs/lib-jitsi-meet.min.js?v=3729"></script>
- <script src="libs/app.bundle.min.js?v=3729"></script>
+ <script src="libs/lib-jitsi-meet.min.js?v=4289"></script>
+ <script src="libs/app.bundle.min.js?v=4289"></script>
<!--#include virtual="title.html" -->
<!--#include virtual="plugin.head.html" -->
<!--#include virtual="static/welcomePageAdditionalContent.html" -->