"Fossies" - the Fresh Open Source Software Archive

Member "jitsi-meet-7319/static/dialInInfo.html" (6 Jun 2023, 1008 Bytes) of package /linux/misc/jitsi-meet-7319.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           JitsiMeetJS.app.renderEntryPoint({
   16               Component: JitsiMeetJS.app.entryPoints.DIALIN
   17           });
   18       });
   19     </script>
   20     <!--#include virtual="/title.html" -->
   21     <script><!--#include virtual="/config.js" --></script>
   22     <script><!--#include virtual="/interface_config.js" --></script>
   23     <script src="libs/lib-jitsi-meet.min.js?v=139"></script>
   24     <script src="libs/app.bundle.min.js?v=139"></script>
   25   </head>
   26   <body>
   27     <div id="react" role="main"></div>
   28   </body>
   29 </html>