fix: Fixes #8396, wrong ssi includes in offline static page.

saghul-patch-8 jitsi-meet_5415
damencho 4 years ago committed by Дамян Минков
parent c752ea13f1
commit 2f7ff37472
  1. 8
      static/offline.html

@ -2,14 +2,14 @@
<head> <head>
<head> <head>
<!--#include virtual="head.html" --> <!--#include virtual="/head.html" -->
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="content-type" content="text/html;charset=utf-8"> <meta http-equiv="content-type" content="text/html;charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--#include virtual="base.html" --> <!--#include virtual="/base.html" -->
<link rel="apple-touch-icon" href="images/apple-touch-icon.png"> <link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<!--#include virtual="title.html" --> <!--#include virtual="/title.html" -->
</head> </head>
<style> <style>
body, body,
@ -61,4 +61,4 @@
</div> </div>
</body> </body>
</html> </html>

Loading…
Cancel
Save