Merge pull request #3 from ethanrusz/service-redirects

Service-redirects
This commit is contained in:
Em (Ethan) Ruszanowski 2024-01-13 19:14:46 -06:00 committed by GitHub
commit 80eb284f6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 26 additions and 10 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
piped.html Normal file
View file

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Redirecting to Piped.</title>
<meta http-equiv="refresh" content="0; URL=https://piped.beans.team/" />
</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>