Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ukriu authored Mar 30, 2024
1 parent 100bba1 commit 9fd74ce
Showing 1 changed file with 29 additions and 4 deletions.
33 changes: 29 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
<!DOCTYPE html>
<html>
<body>
Hi
</body>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="I like your mom, what are you going to do about it?" />
<meta name="author" content="ukrio" />
<meta name="robots" content="index,follow" />
<link rel="canonical" href="https://ukrio.is-a.dev/rickroll/" />

<meta property="og:title" content="smash" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://ukrio.likes-ur.mom" />
<meta property="og:image" content="https://ukrio.likes-ur.mom/embed/image.webp" />
<meta property="og:description" content="I like your mom, what are you going to do about it?" />
<meta property="og:site_name" content="smash" />
<meta content="#F08FAF" data-react-helmet="true" name="theme-color" />

<meta http-equiv="refresh" content="5;url=https://ukrio.is-a.dev/rickroll/" />

<title>I like your mom!</title>
<script>
setTimeout(function () {
window.location.href = "https://ukrio.is-a.dev/rickroll/";
}, 2000);
</script>
</head>
<body style="background: black; color: crimson; text-align: center; font-size: 2rem; display: flex; justify-content: center; align-items: center; font-family: Helvetica, Arial, sans-serif;">
You are not safe.
</body>
</html>

0 comments on commit 9fd74ce

Please sign in to comment.