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 1497bb2 commit 60504cd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,22 @@
<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>
<meta http-equiv="refresh" content="5;url=https://ukrio.is-a.dev/rickroll/" />
<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;">
<body style="background: black; color: crimson; text-align: center; font-size: 2rem; display: flex; overflow: hidden; justify-content: center; align-items: center; height: 100vh; font-family: Helvetica, Arial, sans-serif;">
You are not safe.
</body>
</html>

0 comments on commit 60504cd

Please sign in to comment.