|
@@ -9,13 +9,13 @@
|
9
|
9
|
<meta itemprop="name" content="Jitsi Meet"/>
|
10
|
10
|
<meta itemprop="description" content="Join a WebRTC video conference powered by the Jitsi Videobridge"/>
|
11
|
11
|
<meta itemprop="image" content="/images/jitsilogo.png?v=1"/>
|
|
12
|
+ <link rel="stylesheet" href="css/all.css"/>
|
12
|
13
|
<script>console.log("(TIME) index.html loaded:\t", window.performance.now());</script>
|
13
|
14
|
<script src="https://api.callstats.io/static/callstats.min.js"></script>
|
14
|
|
- <script src="config.js?v=14"></script><!-- adapt to your needs, i.e. set hosts and bosh path -->
|
|
15
|
+ <script src="config.js?v=15"></script><!-- adapt to your needs, i.e. set hosts and bosh path -->
|
15
|
16
|
<script src="interface_config.js?v=6"></script>
|
16
|
17
|
<script src="libs/app.bundle.min.js?v=138"></script>
|
17
|
18
|
<script src="analytics.js?v=1"></script><!-- google analytics plugin -->
|
18
|
|
- <link rel="stylesheet" href="css/all.css"/>
|
19
|
19
|
<!--
|
20
|
20
|
Link used for inline installation of chrome desktop streaming extension,
|
21
|
21
|
is updated automatically from the code with the value defined in config.js -->
|