diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2023-10-19 16:15:53 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-19 16:15:53 -0600 |
commit | efcf24fafec7c04ac810d48b5d37b1f949d6fa18 (patch) | |
tree | b1f9b14b0a8fdc3917a773ae209c6c01dfa964f0 /redirect | |
parent | 6b3669c0ff67d2b0bffb8c0be5dde19de2a10deb (diff) |
Create redirect
Diffstat (limited to 'redirect')
-rw-r--r-- | redirect | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/redirect b/redirect new file mode 100644 index 0000000..c3a19ce --- /dev/null +++ b/redirect @@ -0,0 +1,9 @@ +<!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> |