This commit is contained in:
2025-09-09 11:09:43 +04:00
parent 458486486d
commit 0145de19a3
54 changed files with 11278 additions and 1 deletions

1
public/bundle.css Normal file
View File

@@ -0,0 +1 @@
.a{position:relative;display:grid;gap:1rem;justify-content:center;place-content:center;justify-items:center;overflow:auto;flex-grow:1;background-image:url(https://docs.ourworld.tf/static/images/jungle.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed}.d{width:100%;max-width:500px;padding:2rem}.r{display:flex;justify-content:stretch;gap:.125rem;padding:.125rem;margin:0 auto 1.5rem;border:1px solid rgba(255,255,255,.15);border-radius:.5rem}.r>*{width:100%}.i{display:flex;justify-content:center;flex-direction:column;gap:.75rem;padding:2.5rem;background-color:#00000080;border:1px solid rgba(255,255,255,.2);border-radius:1rem;backdrop-filter:blur(10px)}.n{position:absolute;top:0;background:#0009;padding:1rem;max-height:min(100%,100vh);overflow-y:auto}.o{padding-left:1rem}.o>div{padding-left:1rem}.e{position:relative;display:flex;align-content:space-between}.e>.t{padding:.5rem;border-radius:0;border-bottom:3px solid;border-color:var(--bg5)}.e>.t[aria-pressed=true]{border-color:var(--lk-accent-bg)}

3767
public/bundle.js Normal file

File diff suppressed because one or more lines are too long

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

16
public/index.html Normal file
View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>LiveKit Meet Bundle</title>
<link rel="stylesheet" href="bundle.css" />
</head>
<body>
<div id="root"></div>
<script src="bundle.js"></script>
<script>
LiveKitMeet.render(document.getElementById('root'));
</script>
</body>
</html>