-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathtimelapse.shtml
More file actions
executable file
·49 lines (36 loc) · 1.51 KB
/
timelapse.shtml
File metadata and controls
executable file
·49 lines (36 loc) · 1.51 KB
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
<!doctype html>
<html class="no-js" lang="en">
<head>
<title>Timelapse - 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" -->
<br />
<article class="main">
<div class="row">
<div class="large-10 large-centered columns">
<p>Watch the 2025 midway cam and see booths being built in real-time. Timelapse will be posted after the completion of Carnival. </p>
</div>
</div>
<br />
<div class="row">
<div class="large-11 large-centered columns">
<div class="flex-video widescreen" style="padding-top: 0">
<iframe width="896" height="504" src="https://www.youtube.com/embed/live_stream?channel=UCU9POVg8y6XmdT_seh6nHDA" title="Spring Carnival 2025 Midway Camera" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
<br />
<span class="title">Live 2025 Midway Camera Here!</span>
</div>
</div>
<!--#include virtual="html/footer.html" -->
</div><!-- end all-->
<!--#include virtual="html/script.html" -->
<script>$("#nav-timelapse").addClass("active");</script>
</body>
</html>