mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
* 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>
12 lines
277 B
HTML
12 lines
277 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="redirectPageMessage">Sorry! You are not allowed to be here :(</div>
|
|
</body>
|
|
</html>
|