diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2023-10-19 18:18:02 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-19 18:18:02 -0600 |
commit | e77ea4b579609f4b6c6ff234ce9c6aa333a3ce5c (patch) | |
tree | 79a13b6edf63e69b04c8372a33d8b6c9300ff7f0 /redirect | |
parent | efcf24fafec7c04ac810d48b5d37b1f949d6fa18 (diff) |
Rename redirect to redirect.html
Diffstat (limited to 'redirect')
-rw-r--r-- | redirect | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/redirect b/redirect deleted file mode 100644 index c3a19ce..0000000 --- a/redirect +++ /dev/null @@ -1,9 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <meta http-equiv="refresh" content="7; url='https://web.navan.dev'" /> - </head> - <body> - <p>You will be redirected to https://web.navan.dev soon!</p> - </body> -</html> |