-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
34 lines (27 loc) · 891 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
31
32
33
34
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="refresh" content="0;url=https://youtu.be/kmFQAZc2nJI?si=vTX-jrxgZTuqkJ5N&t=00m03s">
<title>hi</title>
</head>
<body>
<!-- idk what to put there that doesnt shwo btw wtf are these comments -->
<h1>Loading site becuz im a retard and forgot to properly load it.</h1>
<script>
// simple, im having fun now
//setTimeout(this, 3000)
function rickroll( )
{
window.location.href = "https://www.youtube.com/watch?v=dQw4w9WgXcQ";
}
function skibiditoilet( )
{
window.location.href = "https://www.youtube.com/watch?v=dQw4w9WgXcQ";
}
//rickroll( )
//skibiditoilet( )
</script>
</body>
</html>