-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWHSpowerpoint.html
More file actions
37 lines (30 loc) · 840 Bytes
/
WHSpowerpoint.html
File metadata and controls
37 lines (30 loc) · 840 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>OSI Questions</title>
<style>
body {
font-family: helvetica;
}
.left {
color: black;
font-family: helvetica;
text-align: center;
float:right;
width:250px;
}
iframe {
float:left;
width:960px;
}
</style>
</head>
<body>
<iframe class = "main" src="https://docs.google.com/presentation/d/19V-N1_3Mj3IXxOOgaICCuIemwoluuoRWS-UEBl7VONw/embed?start=false&loop=false&delayms=60000" frameborder="0" width="960" height="749" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
<br><br>
<p class="left" > Please watch the slide show! </p>
<form class = "left" action="/WHSQuiz.html">
<input type="submit" value="Proceed to the Quiz!" />
</form>
</body>
</html>