Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ukriu committed Aug 10, 2024
1 parent 6defba0 commit c75cb91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
File renamed without changes.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
<link rel="icon" type="image/png" sizes="16x16" href="https://ukrioo.github.io/favicon/favicon-16x16.png" />
<link rel="manifest" href="https://ukrioo.github.io/favicon/site.webmanifest" />

<meta http-equiv="refresh" content="5;url=https://ukrio.is-a.dev/rickroll/" />
<meta http-equiv="refresh" content="5;url=https://ukrioo.github.io/" />
<script>
setTimeout(function () {
window.location.href = "https://ukrio.is-a.dev/rickroll/";
window.location.href = "https://ukrioo.github.io/";
}, 2000);
</script>
</head>
<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 style="background: black; color: green, 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 temporarily safe.
</body>
</html>

0 comments on commit c75cb91

Please sign in to comment.