diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-11-26 01:10:00 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-11-26 01:10:00 +0100 |
commit | bf1313661d17efa98f3b9444b7d416a837e88427 (patch) | |
tree | 752ad5df9787b5bca249a7dd4a8f314b1758cac8 /index.html | |
parent | initial commit (diff) | |
download | sorting-algorithms-redirect.tar.gz sorting-algorithms-redirect.zip |
switch to tensin.nameredirect
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -3,11 +3,11 @@ <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>Moved to egort.name</title> - <meta http-equiv="refresh" content="1; URL=https://egort.name/sorting-algorithms/"> - <link rel="canonical" href="https://egort.name/sorting-algorithms/"> + <title>Moved to tensin.name</title> + <meta http-equiv="refresh" content="1; URL=https://tensin.name/sorting-algorithms/"> + <link rel="canonical" href="https://tensin.name/sorting-algorithms/"> </head> <body> - <p>Moved to <a href="https://egort.name/sorting-algorithms/">egort.name/sorting-algorithms/</a>. Redirecting...</p> + <p>Moved to <a href="https://tensin.name/sorting-algorithms/">tensin.name/sorting-algorithms/</a>. Redirecting...</p> </body> </html> |