-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvideo.html
More file actions
22 lines (19 loc) · 706 Bytes
/
video.html
File metadata and controls
22 lines (19 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>You Just Got Rick Rolled</title>
</head>
<body>
<form>
<div style="background-color: rgb(23, 0, 128); border: solid 2px black; padding: .5rem; float: left; height: 50px; width: 150px;">
<nav>
<a href="index.html" style="color: white;">Return</a>
</nav>
</div>
</form>
<iframe src="https://www.youtube.com/embed/dQw4w9WgXcQ" frameborder="0" allowfullscreen autoplay width="1200" height="800"></iframe>
</body>
</html>