-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (32 loc) · 1.28 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<title>IHF:Code</title>
<style>
h1 {
color: black;
font-family: arial;
font-size: 300%;
}
p {
color: black;
font-family: courier;
font-size: 160%;
}
</style>
</head>
<body>
<h1>IHF:Code</h1>
<p>Please see the videos for week 1 below.</p>
<div>
<iframe src="https://www.youtube.com/embed/LrKdOcN4Lhk" frameborder="0" allowfullscreen="true" scrolling="no"
height="378" width="620"></iframe><a href="https://www.youtube.com/embed/LrKdOcN4Lhk"
style="padding:2px 0px 4px; display:block; width:345px; font-family: arial; font-weight:normal; font-size:14px; text-decoration:underline;">IHF:Code
- Introduction to Python - Lesson 1</a>
</div>
<div>
<iframe src="https://www.youtube.com/embed/5T6uRmfOcYE" frameborder="0" allowfullscreen="true" scrolling="no"
height="378" width="620"></iframe><a href="https://www.youtube.com/embed/5T6uRmfOcYE"
style="padding:2px 0px 4px; display:block; width:345px; font-family: arial; font-weight:normal; font-size:14px; text-decoration:underline;">IHF:Code
- Introduction to Python - Lesson 1 - Answers</a>
</div>