forked from lingonsaft/hacktoberfest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspoopycat.html
More file actions
28 lines (25 loc) · 846 Bytes
/
spoopycat.html
File metadata and controls
28 lines (25 loc) · 846 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="author" content="Jerel Layog">
<meta name="description" content="spoopy bongo cat">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Spoopy Bongo Cat</title>
<style>
html {
background: black;
margin-left: auto;
margin-right: auto;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
}
</style>
</head>
<body>
<iframe class="center" width="1280" height="720" src="https://www.youtube.com/embed/q19kYrwo6ys?autoplay=1&loop=1&playlist=q19kYrwo6ys" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</body>
</html>