mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
18 lines
541 B
HTML
18 lines
541 B
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'>
|
||
|
|
WebRTC is not available in your browser
|
||
|
|
</h2>
|
||
|
|
<p class ='unsupported-desktop-browser__description'>
|
||
|
|
It looks like your browser does not support WebRTC. Please enable it or try another browser.
|
||
|
|
</p>
|
||
|
|
</div>
|
||
|
|
</body>
|
||
|
|
</html>
|