diff options
author | garhve <git@garhve.com> | 2022-11-30 02:08:18 +0800 |
---|---|---|
committer | garhve <git@garhve.com> | 2022-11-30 02:08:18 +0800 |
commit | 75c6ce6874878f2ff1b9f59e8ff59a65b6c093c5 (patch) | |
tree | c6aabb02d67f29ffa190fd030ccd35b811994250 /en/index.html |
blog init
Diffstat (limited to 'en/index.html')
-rw-r--r-- | en/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/en/index.html b/en/index.html new file mode 100644 index 0000000..b9885a0 --- /dev/null +++ b/en/index.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html lang="en-us"> + <head> + <title>https://blog.garhve.com</title> + <link rel="canonical" href="https://blog.garhve.com"> + <meta name="robots" content="noindex"> + <meta charset="utf-8"> + <meta http-equiv="refresh" content="0; url=https://blog.garhve.com"> + </head> +</html> |