forked from lahiruroot/Hacktoberfest2020
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (25 loc) · 1.02 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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My YouTube New Channel</title>
</head>
<body style="background-color:lemonchiffon;">
<center>
<h1 style="color: crimson;">My YouTube Site</h1>
<iframe width="560" height="315" src="https://www.youtube.com/embed/3_IDjJiVIt4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br>
<small>#shamil #keheliya</small>
<h2>Best Moments on camera eye about me - Shamil Keheliya</h2>
<h4>200 views</h4>
<div>
<img src="https://yt3.ggpht.com/a/AATXAJwXLKGGDXaPAuGTquwbdZFr90-ZPGvqOkus5rui=s100-c-k-c0xffffffff-no-rj-mo" width="60">
<b><p>Everyday My Life</p></b>
<small>15 September 2019</small>
</div>
</center>
<footer>
<p style="text-align: center; color: blue;">Everyay My Life ®</p>
</footer>
</body>
</html>