diff options
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> |