Add redirect links

This commit is contained in:
Em (Ethan) Ruszanowski 2024-01-13 19:58:41 -05:00
parent 2fa76fd4f8
commit d034b906ff
Signed by: em
GPG key ID: C725D6E571252B96
2 changed files with 16 additions and 9 deletions

View file

@ -1,14 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<head>
<meta charset="utf-8" />
<title>Redirecting to github.com/ethanrusz</title>
<meta http-equiv="refresh" content="0; URL=https://github.com/ethanrusz">
<link href="https://github.com/ethanrusz" rel="me">
<link href="https://rusz.dev" rel="me">
<link href="https://infosec.exchange/@rusz" rel="me">
</head>
</body>
<meta http-equiv="refresh" content="0; URL=https://github.com/ethanrusz" />
<link href="https://github.com/ethanrusz" rel="me" />
<link href="https://rusz.dev" rel="me" />
<link href="https://infosec.exchange/@rusz" rel="me" />
</head>
<body></body>
</html>

9
todo.html Normal file
View file

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Redirecting to Vikunja.</title>
<meta http-equiv="refresh" content="0; URL=https://todo.beans.team/" />
</head>
<body></body>
</html>