presetup client for server api calls for webrtc calls

This commit is contained in:
2026-04-02 13:51:26 -04:00
parent cb59cc4409
commit 92db27edc4
3 changed files with 74 additions and 10 deletions

View File

@@ -1,12 +1,13 @@
@import url('https://fonts.googleapis.com/css2?family=Syne+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anonymous+Pro');
body {
font-family: 'Syne Mono', monospace;
font-family: 'Anonymous Pro', monospace;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
margin: 80px 10px;
background-color: #666666;
}
video {