mirror of
https://github.com/ethanrusz/ethanrusz
synced 2024-11-23 16:37:46 -05:00
Merge pull request #3 from ethanrusz/service-redirects
Service-redirects
This commit is contained in:
commit
80eb284f6a
4 changed files with 26 additions and 10 deletions
|
@ -8,4 +8,4 @@ tags:
|
||||||
- update
|
- update
|
||||||
---
|
---
|
||||||
|
|
||||||
Welcome to my new site! It's my first time working with Jekyll, so bear with me while I work out the kinks.
|
Welcome to my new site! It's my first time working with Jekyll, so bear with me while I work out the kinks.
|
||||||
|
|
16
github.html
16
github.html
|
@ -1,14 +1,12 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
|
<head>
|
||||||
<head>
|
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<title>Redirecting to github.com/ethanrusz</title>
|
<title>Redirecting to github.com/ethanrusz</title>
|
||||||
<meta http-equiv="refresh" content="0; URL=https://github.com/ethanrusz">
|
<meta http-equiv="refresh" content="0; URL=https://github.com/ethanrusz" />
|
||||||
<link href="https://github.com/ethanrusz" rel="me">
|
<link href="https://github.com/ethanrusz" rel="me" />
|
||||||
<link href="https://rusz.dev" rel="me">
|
<link href="https://rusz.dev" rel="me" />
|
||||||
<link href="https://infosec.exchange/@rusz" rel="me">
|
<link href="https://infosec.exchange/@rusz" rel="me" />
|
||||||
</head>
|
</head>
|
||||||
</body>
|
<body></body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
9
piped.html
Normal file
9
piped.html
Normal 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
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