diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-21 07:21:40 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-21 07:21:40 +0200 |
commit | 81c0ec5445fd694d0d5e55c086f4f2dd1c6e288f (patch) | |
tree | 94c9407f2b6e58f065a3063524ccd6144c940864 | |
download | sorting-algorithms-81c0ec5445fd694d0d5e55c086f4f2dd1c6e288f.tar.gz sorting-algorithms-81c0ec5445fd694d0d5e55c086f4f2dd1c6e288f.zip |
initial commit
-rw-r--r-- | .gitattributes | 1 | ||||
-rw-r--r-- | index.html | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..176a458 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto diff --git a/index.html b/index.html new file mode 100644 index 0000000..b6eb1ae --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html lang="en"> + <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/"> + </head> + <body> + <p>Moved to <a href="https://egort.name/sorting-algorithms/">egort.name/sorting-algorithms/</a>. Redirecting...</p> + </body> +</html> |