diff options
-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..31b6352 --- /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/wireguard-config/"> + <link rel="canonical" href="https://egort.name/wireguard-config/"> + </head> + <body> + <p>Moved to <a href="https://egort.name/wireguard-config/">egort.name/wireguard-config/</a>. Redirecting...</p> + </body> +</html> |