-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathwebcam.shtml
executable file
·57 lines (48 loc) · 1.82 KB
/
webcam.shtml
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!doctype html>
<html class="no-js" lang="en">
<head>
<title>Webcam - Carnegie Mellon Spring Carnival</title>
<!--#include virtual="html/head.html" -->
</head>
<body>
<!--#include virtual="html/google-tag-manager.html" -->
<div id="all">
<header class="row header webcam">
<!--#include virtual="html/header.html" -->
</header>
<!--#include virtual="html/navigation.html" -->
<article class="main">
<div class="row">
<div class="large-10 large-centered columns">
<p>Check out Build Week and Carnival 2019 — live!</p>
</div>
</div>
<div class="row">
<div class="large-11 large-centered columns">
<div class="flex-video widescreen" style="padding-top: 0">
<iframe src="https://www.youtube.com/embed/ElSc-MjWoy4?autoplay=1&rel=0&showinfo=0" frameborder="0" allowfullscreen></iframe>
</div>
<br />
<span class="title">A live video of the Carnival 2019 Midway</span>
</div>
</div>
<!--
<br class="largespacer">
<div class="row">
<div class="large-11 large-centered columns">
<div class="flex-video widescreen" style="padding-top: 0">
<iframe src="https://www.youtube.com/embed/49hrfaUvADY?autoplay=1&rel=0&showinfo=0" frameborder="0" allowfullscreen></iframe>
</div>
<br />
<span class="title">A live video of the Carnival 2017 Rides</span>
</div>
</div>
-->
<br class="largespacer" />
</article>
<!--#include virtual="html/footer.html" -->
</div><!-- end all-->
<!--#include virtual="html/script.html" -->
<script>$("#nav-webcam").addClass("active");</script>
</body>
</html>