MWSE/public/index.html

48 lines
1.8 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="tr">
<head>
<base href="/stream/">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>saQüt Video Streaming</title>
<script src="https://ws.saqut.com/script"></script>
<link rel="stylesheet" href="./index.css?v=42">
</head>
<body>
<div class="root">
<div class="videolist">
</div>
<div style="display:flex;flex-direction: row;">
<div class="controllist">
<div style="flex:0 0 300px">
<img src="https://app.argist.com/img/argist-logo-yan.png" class="logo">
</div>
<div style="flex: 1 1 auto"></div>
<button class="ctrl-btn mic-on" title="Mikrofon Aç">
<span class="material-icons">mic</span>
</button>
<button class="ctrl-btn mic-off" title="Mikrofon Kapat" style="display:none">
<span class="material-icons">mic_off</span>
</button>
<button class="ctrl-btn cam-on" title="Kamera Aç" style="display:none">
<span class="material-icons">videocam</span>
</button>
<button class="ctrl-btn cam-off" title="Kamera Kapat">
<span class="material-icons">videocam_off</span>
</button>
<button class="ctrl-btn share-on" title="Ekran Paylaş">
<span class="material-icons">screen_share</span>
</button>
<button class="ctrl-btn share-off" title="Ekran Paylaşmayı Durdur" style="display:none">
<span class="material-icons">stop_screen_share</span>
</button>
<div style="flex: 1 1 auto"></div>
<div style="flex:0 0 300px"></div>
</div>
</div>
</div>
<script src="./index.js?v=42"></script>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</body>
</html>