Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 2 additions & 12 deletions totallynotarickroll.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,12 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Never gonna give you up</title>
<style>
/* Style the video: 100% width and height to cover the entire window */
#myVideo {
position: fixed;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
}

</style>
</head>
<body>
<video autoplay loop id="myVideo">
<video autoplay loop controls>
<source src="rickroll.mp4" type="video/mp4">
</video>

</body>
</html>