diff --git a/embed/Readme.md b/Readme.md similarity index 100% rename from embed/Readme.md rename to Readme.md diff --git a/index.html b/index.html index 6229a34..be2315b 100644 --- a/index.html +++ b/index.html @@ -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>