Make stream page a bit better

pull/32/head
Arti Zirk 7 years ago
parent b1be5e0037
commit 8aa61311f9
  1. 2
      _sass/striim.scss
  2. 4
      striim.html

@ -1,6 +1,6 @@
.stream { .stream {
.video { .video {
padding: 5px; padding: 5px;
flex: 1 1 320px; flex: 1 1 400px;
} }
} }

@ -2,8 +2,10 @@
layout: default layout: default
--- ---
<section class="container stream"> <section class="container">
<h1>Striim</h1> <h1>Striim</h1>
</section>
<section class="stream">
<div style="display:flex; flex-wrap:wrap;"> <div style="display:flex; flex-wrap:wrap;">
<a href="http://193.40.243.200:8888/striim.html?action=stream" class="video"> <a href="http://193.40.243.200:8888/striim.html?action=stream" class="video">
<img src="http://193.40.243.200:8887/striim.html?action=stream" alt="video0" style="width:100%;"/> <img src="http://193.40.243.200:8887/striim.html?action=stream" alt="video0" style="width:100%;"/>

Loading…
Cancel
Save