aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-05-21 07:09:21 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-05-21 07:09:21 +0200
commitd0a2d8ffe3db0d580ea35c22b0596ff5034f9f74 (patch)
treeac5e82bbd52c02c8abae313f4010f9adbe997c20
downloadegor-tensin.github.io-d0a2d8ffe3db0d580ea35c22b0596ff5034f9f74.tar.gz
egor-tensin.github.io-d0a2d8ffe3db0d580ea35c22b0596ff5034f9f74.zip
initial commit
-rw-r--r--.gitattributes1
-rw-r--r--index.html13
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..0446e54
--- /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/">
+ <link rel="canonical" href="https://egort.name/">
+ </head>
+ <body>
+ <p>Moved to <a href="https://egort.name/">egort.name</a>. Redirecting...</p>
+ </body>
+</html>