-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsanciscomusic.html
34 lines (34 loc) · 1.91 KB
/
sanciscomusic.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>San Cisco Music</title>
<link rel="stylesheet" href="scstyles.css">
</head>
<body>
<h1><b>Music</b></h1>
<div class="navbar">
<b><a href="sancisco.html">Home</a></b>
<b><a href="sanciscobio.html">Biography</a></b>
<b><a href="sanciscodisco.html">Discography</a></b>
<b><a href="sanciscomusic.html">Music</a></b>
</div>
<div class="navbarhome">
<b><a href="index.html">Sid Al Hussaini Home Page</a></b>
<b><a href="assignments.html">Sid Al Hussaini Assignments Page</a></b>
</div>
<div class="paragraph">
<br>
<h2><b>YouTube</b></h2>
<br>
<iframe width="560" height="315" src="https://www.youtube.com/embed/ukNOaKeUEQY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br>
<iframe width="560" height="315" src="https://www.youtube.com/embed/jlubk5RYCAc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br>
<iframe width="560" height="315" src="https://www.youtube.com/embed/Bf8Tda6rmi4?start=74" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br>
<iframe width="560" height="315" src="https://www.youtube.com/embed/qQWV8RHBJYI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br>
<br>
</div>
</body>