forked from Lapikud/lapikud.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstriim.html
More file actions
22 lines (19 loc) · 710 Bytes
/
striim.html
File metadata and controls
22 lines (19 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
layout: default
---
<section class="container">
<h1>Striim</h1>
</section>
<section class="stream">
<div style="display:flex; flex-wrap:wrap;">
<a href="https://master.lapikud.ee/stream/1/stream" class="video">
<img src="https://master.lapikud.ee/stream/1/substream" alt="video0" style="width:100%;"/>
</a>
<a href="https://master.lapikud.ee/stream/2/stream" class="video">
<img src="https://master.lapikud.ee/stream/2/substream" alt="video1" style="width:100%;"/>
</a>
<a href="https://master.lapikud.ee/stream/3/stream" class="video">
<img src="https://master.lapikud.ee/stream/3/substream" alt="video2" style="width:100%;"/>
</a>
</div>
</section>