mirror of https://github.com/jitsi/jitsi-meet
* Changed render mode to standard compliant and adjusted CSS accordantly. * Fixed HTML errors, removed XHTML reminiscences and whitespace. * Added doctype and fixed a few HTML errors. * The input field speakerStatsSearch overflows the dialog box. Added missing box-sizing. Co-authored-by: Bo Frederiksen <bo.frederiksen@semaphor.dk>pull/11906/head jitsi-meet_7578
parent
2f42af0b70
commit
432d07c2ad
@ -1 +1 @@ |
||||
<template id="settings-toolbar-additional-content-template"></template> |
||||
<template id="settings-toolbar-additional-content-template"></template> |
@ -1 +1 @@ |
||||
<template id = "welcome-page-additional-card-template"></template> |
||||
<template id="welcome-page-additional-card-template"></template> |
@ -1 +1 @@ |
||||
<template id = "welcome-page-additional-content-template"></template> |
||||
<template id="welcome-page-additional-content-template"></template> |
@ -1,9 +1,9 @@ |
||||
<title>Jitsi Meet</title> |
||||
<meta property="og:title" content="Jitsi Meet"/> |
||||
<meta property="og:image" content="images/jitsilogo.png?v=1"/> |
||||
<meta property="og:description" content="Join a WebRTC video conference powered by the Jitsi Videobridge"/> |
||||
<meta description="Join a WebRTC video conference powered by the Jitsi Videobridge"/> |
||||
<meta itemprop="name" content="Jitsi Meet"/> |
||||
<meta itemprop="description" content="Join a WebRTC video conference powered by the Jitsi Videobridge"/> |
||||
<meta itemprop="image" content="images/jitsilogo.png?v=1"/> |
||||
<link rel="icon" type="image/png" href="images/favicon.ico?v=1"/> |
||||
<meta property="og:title" content="Jitsi Meet"> |
||||
<meta property="og:image" content="images/jitsilogo.png?v=1"> |
||||
<meta property="og:description" content="Join a WebRTC video conference powered by the Jitsi Videobridge"> |
||||
<meta name="description" content="Join a WebRTC video conference powered by the Jitsi Videobridge"> |
||||
<meta itemprop="name" content="Jitsi Meet"> |
||||
<meta itemprop="description" content="Join a WebRTC video conference powered by the Jitsi Videobridge"> |
||||
<meta itemprop="image" content="images/jitsilogo.png?v=1"> |
||||
<link rel="icon" type="image/png" href="images/favicon.ico?v=1"> |
Loading…
Reference in new issue