-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstreaming.html
40 lines (38 loc) · 1.49 KB
/
streaming.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Streaming</title>
<link rel="stylesheet" href="assets/css/styles.css">
<link rel="stylesheet" href="assets/css/streaming.css">
<link rel="icon" href="assets/images/logo.webp">
<script src="assets/js/main.js" defer></script>
<script src="assets/js/streaming.js" type="module" defer></script>
<script src="assets/js/catalogstreaming.js" type="module" defer></script>
<!-- Open Graph Protocol Meta Tags -->
<meta property="og:title" content="Carino Systems"/>
<meta property="twitter:title" content="Carino Systems"/>
<meta property="og:type" content="website">
<meta property="og:url" content="https://carino.systems"/>
<meta property="og:image" content="https://carino.systems/images/ogp.webp"/>
<meta property="og:description" content="Friendly IT solutions, openly available"/>
<meta property="og:site_name" content="Carino Systems"/>
<meta property="og:locale" content="en_US"/>
</head>
<body>
<!-- Navigation Bar -->
<nav id="navbar"></nav>
<!-- Multiviewer -->
<div class="container">
<aside class="sidebar">
</aside>
<main id="livestreams">
<!-- Video streams will be added here dynamically -->
</main>
</div>
<div id="notification" class="notification"></div>
<!-- Footer -->
<footer id="footer"></footer>
</body>
</html>