mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
16 lines
405 B
HTML
16 lines
405 B
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 class="forbidden-msg">
|
|
<p>You might be missing the JWT or using an incompatible one.</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|