jitsi-meet-electron/app/index.html

15 lines
244 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
2020-06-26 13:05:42 +02:00
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style>
body, html {
overflow: hidden;
}
</style>
</head>
<body>
<div id="app"></div>
</body>
</html>