-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (27 loc) · 980 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="Stylesheet" type="text/css" href="style.css"/>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="refresh" content="7; url='embeds/index.html'" />
<title>Document</title>
</head>
<body class="default">
<h1 style="border: 10px; ;color: chocolate;">Rickroll By Rickroller01</h1>
<iframe
name="roll"
id="roll"
width="560px"
height="315px"
src="//www.youtube.com/embed/dQw4w9WgXcQ?autoplay=1&mute=1&loop=1&controls=0"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; audio; unmute;"
allowfullscreen
style="margin-bottom:20px ;"
></iframe>
<script type="text/javascript" src="script.js"></script>
</body>
</html>