fix redirect
Marco Andronaco andronacomarco@gmail.com
Sun, 23 May 2021 21:42:26 +0200
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
index.html
→
index.html
@@ -4,10 +4,10 @@ <head>
<meta charset="utf-8" /> <meta name="description" content="My personal capsule, where I write about my projects and just talk about whatever comes to mind." /> <meta name="author" content="BiRabittoh" /> - <meta http-equiv="refresh" content="0; URL='https://bi-rabittoh.flounder.online'" /> + <meta http-equiv="refresh" content="0; URL='https://birabittoh.smol.pub/'" /> <title>BiRabittoh's Capsule</title> </head> <body style="margin: 0; padding: 0; text-align: center; position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); font-family: Arial, Helvetica, sans-serif; font-size: 16pt; color: white; background-color: black;"> - This website is only available on <a href="https://bi-rabittoh.flounder.online" style="color:darkorange">Gemini space</a>. + This website is only available on <a href="https://birabittoh.smol.pub/" style="color:darkorange">Gemini space</a>. </body> </html>