diff options
Diffstat (limited to 'dist/pages/jitsi.html')
-rwxr-xr-x | dist/pages/jitsi.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dist/pages/jitsi.html b/dist/pages/jitsi.html index 7dafa9c..7fb1470 100755 --- a/dist/pages/jitsi.html +++ b/dist/pages/jitsi.html @@ -2,7 +2,7 @@ - + <!DOCTYPE html> <html> <head> @@ -66,8 +66,7 @@ <li><a href="/pages/about.html" class="waves-effect"><i class="material-icons">info</i><x-su>about</x-su></a></li> <li><a href="/logout.html" class="waves-effect"><i class="material-icons">exit_to_app</i><x-su>logout</x-su></a></li> <li><a href="/pages/settings.html" class="waves-effect"><i class="material-icons">settings</i><x-su>settings</x-su></a></li> -</ul> - +</ul> <!-- Maybe in the future? https://github.com/jitsi/jitsi-meet/blob/master/doc/api.md --> <div class="container" style="height: calc(100vh - 70px); width: 100%"> <iframe allow="geolocation; microphone; camera" src="https://video.gimb.tk" frameBorder="0" style="width: 100%; height: 100%"> @@ -81,4 +80,4 @@ </iframe> </div> </body> -</html> +</html>
\ No newline at end of file |