From d0a2d8ffe3db0d580ea35c22b0596ff5034f9f74 Mon Sep 17 00:00:00 2001
From: Egor Tensin <Egor.Tensin@gmail.com>
Date: Sat, 21 May 2022 07:09:21 +0200
Subject: initial commit

---
 .gitattributes |  1 +
 index.html     | 13 +++++++++++++
 2 files changed, 14 insertions(+)
 create mode 100644 .gitattributes
 create mode 100644 index.html

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>
-- 
cgit v1.2.3