"Fossies" - the Fresh Open Source Software Archive

Member "jitsi-meet-7316/static/prejoin.html" (5 Jun 2023, 1238 Bytes) of package /linux/misc/jitsi-meet-7316.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) HTML source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 <html xmlns="http://www.w3.org/1999/html">
    2   <head>
    3     <meta charset="utf-8">
    4     <meta http-equiv="content-type" content="text/html;charset=utf-8">
    5     <meta name="viewport" content="width=device-width, initial-scale=1.0">
    6     <!--#include virtual="/base.html" -->
    7     <link rel="stylesheet" href="css/all.css">
    8     <script>
    9       window.EXCALIDRAW_ASSET_PATH = 'libs/';
   10       document.addEventListener('DOMContentLoaded', () => {
   11           if (!JitsiMeetJS.app) {
   12             return;
   13           }
   14 
   15           const url = new URL(window.location.href);
   16           const params = new URLSearchParams(url.search);
   17           const styleType = params.get('styleType');
   18 
   19           JitsiMeetJS.app.renderEntryPoint({
   20               Component: JitsiMeetJS.app.entryPoints.PREJOIN,
   21               props: {
   22                 styleType
   23               }
   24           })
   25       })
   26     </script>
   27     <!--#include virtual="/title.html" -->
   28     <script><!--#include virtual="/config.js" --></script>
   29     <script><!--#include virtual="/interface_config.js" --></script>
   30     <script src="libs/lib-jitsi-meet.min.js?v=139"></script>
   31     <script src="libs/app.bundle.min.js?v=139"></script>
   32   </head>
   33   <body>
   34     <div id="react" role="main"></div>
   35   </body>
   36 </html>