-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGMPpowerpoint.html
More file actions
37 lines (30 loc) · 824 Bytes
/
GMPpowerpoint.html
File metadata and controls
37 lines (30 loc) · 824 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 src="https://docs.google.com/presentation/d/1N_1ZXede6NZ7kl3pkbAu80JRgIuwSXWGuuWmjRAMFjA/embed?start=false&loop=false&delayms=3000" 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="/GMPQuiz.html">
<input type="submit" value="Proceed to the Quiz!" />
</form>
</body>
</html>