-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgoodbye.html
40 lines (32 loc) · 1.04 KB
/
goodbye.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>Goodbye!</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<h1>Goodbye World</h1>
<h2>Adios</h2>
<p> What a short website </p>
</body>
<head>
<title>Go Yale, Go!</title>
</head>
<body>
<figure>
<iframe width="560" height="315" src="https://www.youtube.com/embed/RYRF5-zdY8Q?si=W6ZqxdtBDIlzzx6Z" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<figcaption>Sourced for educational purposes from On Harvard Time.</figcaption>
</figure>
<head>
Another Video? Wow!
</head>
<figure>
<video width="320" height="240" controls>
<source src="VC_Intro_Video.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<figcaption>This is a video I am uploading to build a website for another project.</figcaption>
</figure>
</body>
<a href="index.html"> Home Page </a>
</html>