Files
jitsi-meet/static/authError.html

11 lines
262 B
HTML
Raw Normal View History

<html>
<head>
2020-03-24 14:38:09 -05:00
<!--#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>
2020-03-24 14:38:09 -05:00
</html>