forked from aartfaac/aartfaac.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlive.html
More file actions
18 lines (17 loc) · 651 Bytes
/
live.html
File metadata and controls
18 lines (17 loc) · 651 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
bla: bla
---
{% include header.html %}
<div class="lofar">
<div class="container">
<div class="bs-docs-section">
<div class="page-header">
<div class="col-lg-10 col-lg-offset-1 content">
<h1><span class="glyphicon glyphicon-facetime-video" aria-hidden="true"></span> AARTFAAC Live stream</h1>
<iframe width="853" height="480" src="https://www.youtube.com/embed/wAo7czahdTg" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
{% include footer.html %}