-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathEl.html
More file actions
51 lines (40 loc) · 1.52 KB
/
Copy pathEl.html
File metadata and controls
51 lines (40 loc) · 1.52 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<head>
<title>
El
</title>
<link rel="stylesheet" href="style.css">
</head>
<body style="background-color: mediumturquoise;" style="text-align:center">
<header >
<h1>El</h1>
<img src="https://i.redd.it/6fssdnp5npe31.jpg" alt="" height="400" width="600
">
</header>
<section >
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="coding.htm">Coding</a></li>
<li><a href="film.html">Film</a></li>
<li><a href="Benji.html">Benji</a></li>
<li><a href="El.html">El<li>
<li><a href="Ellie.html">Ellie</a></li>
<li><a href="Helen.html">Helen</a></li>
<li><a href="Lincoln.html">Lincoln</a></li>
<li><a href="MD.html">Malachi and Devin</a></li>
<li><a href="Michael.html">Michael</a></li>
<li><a href="kai.html">Kai</a></li>
<li><a href="David.html">David</a></li>
</ul>
</nav>
<article style="background-color: mediumturquoise;">
<iframe width="560" height="315" src="https://www.youtube.com/embed/ALZHF5UqnU4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/awsys9p0MPs" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
</article>
</section>
<footer>
<p></p>
</footer>
</body>
</html>