Files
jitsi-meet/static/recommendedBrowsers.html
Bo Frederiksen 432d07c2ad fix(html) add doctype and fix HTML errors
* 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>
2022-07-26 11:07:19 +02:00

25 lines
825 B
HTML

<!doctype html>
<html>
<head>
<!--#include virtual="/base.html" -->
<link rel="stylesheet" href="css/all.css">
<!--#include virtual="/title.html" -->
</head>
<body>
<div class = 'unsupported-desktop-browser'>
<h2 class = 'unsupported-desktop-browser__title'>
It looks like you're using a browser we don't fully support.
</h2>
<p class ='unsupported-desktop-browser__description'>
We recommend to try with the latest version of&nbsp;
<a
class='unsupported-desktop-browser__link'
href='https://www.google.com/chrome/' >Chrome</a>&nbsp;or&nbsp;
<a
class='unsupported-desktop-browser__link'
href='https://www.chromium.org/'>Chromium</a>
</p>
</div>
</body>
</html>