-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext.html
More file actions
22 lines (21 loc) · 704 Bytes
/
ext.html
File metadata and controls
22 lines (21 loc) · 704 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html class="no-js" lang="">
<head>
<title>Extravaganza Slides</title>
</head>
<body style="margin: 0;overflow:hidden">
<div style="position: relative;
overflow: hidden;
padding-top: 56.25%;">
<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vR_EF-jvqckG1mJLB4hMl3lW18brJKpg7w_fss7Va6b0i3EGUDHT4fn7G0nMxgrgwILD2uhWgjjFVgV/embed?start=true&loop=true&delayms=5000" frameborder="0" style=" position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
</div>
<script>
setTimeout("location.reload(true);", 1000 * 60 * 5)
</script>
</body>
</html>