-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvideo.htm
More file actions
83 lines (70 loc) · 2.86 KB
/
video.htm
File metadata and controls
83 lines (70 loc) · 2.86 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="en">
<head>
<title>CAT Video</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3RYCL6QENV"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-3RYCL6QENV');
</script>
<meta name="google-site-verification" content="MXetq0FGY72uSsc9wslD_eFk-Fz5VCFmdPilUioKAXQ" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css/stylecss2.css">
<link href="https://fonts.googleapis.com/css2?family=Fraunces&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lobster&display=swap" rel="stylesheet">
</head>
<body>
<nav>
<div class="logo">
<img src="image/logo.jpg" alt="image">
<h4>Meow Meow</h4>
</div>
<ul class="nav-links">
<li>
<a href="./index.htm">Home</a>
</li>
<li>
<a href="./slide.htm">Slide</a>
</li>
<li>
<a href="./video.htm">Video</a>
</li>
<li>
<a href="./about.htm">About</a>
</li>
<li>
<a href="./help.htm">Help</a>
</li>
</ul>
<div class="burger">
<div class="line1"></div>
<div class="line2"></div>
<div class="line3"></div>
</div>
</nav>
<div class="content">
<h1>Video mèo đánh đàn</h1>
<iframe src="https://www.youtube.com/embed/mQ4LKbbGTY0?autoplay=1&controls=0&loop=1&playlist=mQ4LKbbGTY0" frameborder="0" allow="accelerometer; encrypted-media; gyroscope; picture-in-picture" alt="Video" allowfullscreen>
</iframe>
</div>
<script src="./js/app.js"></script>
<footer>
<div class="text-footer">
<h4>Form White Love</h4>
<p>Wishing you a Happy New Year with the hope that you will have many happiness and luck in the year to come</p>
<ul class="socials">
<li><a href="#"><img src="./image/google-brands.svg"></a></li>
<li><a href="https://www.facebook.com/profile.php?id=100023679916273"><img src="./image/facebook-brands.svg"></a></li>
<li><a href="https://www.instagram.com/bluhey_276/"><img src="./image/instagram-square-brands.svg"></a></li>
<li><a href="https://www.youtube.com/channel/UC9fOIBAyENF_0VYaNDhfhow"><img src="./image/youtube-brands.svg"></a></li>
<li><a href="#"><img src="./image/twitter-square-brands.svg"></a></li>
</ul>
</div>
</footer>
</body>
</html>