-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·30 lines (29 loc) · 959 Bytes
/
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
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="pragma" content="no-cache" />
<link rel="shortcut icon" href="favicon.ico" />
<title>the old man and the sea</title>
<style>
@media screen and (max-width: 500em) {
iframe {
width: 48em !important;
height: 27em !important;
}
}
</style>
</head>
<body style="background-color: black;text-align: center; padding-top: 10em;">
<iframe
width="900em"
height="506.25em"
src="https://www.youtube-nocookie.com/embed/NNCxNntn2yc?start=5&autoplay=1&rel=0&modestbranding=1&mute=1"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</body>
</html>