mirror of
https://github.com/ethanrusz/ethanrusz
synced 2024-11-21 07:47:46 -05:00
Add redirect links
This commit is contained in:
parent
2fa76fd4f8
commit
d034b906ff
2 changed files with 16 additions and 9 deletions
16
github.html
16
github.html
|
@ -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
9
todo.html
Normal 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>
|
Loading…
Reference in a new issue