diff options
author | Valerio Virgillito | 2012-01-30 23:21:17 -0800 |
---|---|---|
committer | Valerio Virgillito | 2012-01-30 23:21:17 -0800 |
commit | 783a13fa39eb6d32b5a280282fba7baf303c17ac (patch) | |
tree | 94fbfe8c48230c97eb1737cb17561ad1f9a6aff6 /redirect.html | |
parent | df018322f823392fd7da56a42cddcab5473b0f0a (diff) | |
parent | a46e1ba07cccc2fbf1c81c1d35308971440a3968 (diff) | |
download | ninja-783a13fa39eb6d32b5a280282fba7baf303c17ac.tar.gz |
Merge branch 'core' of https://github.com/mencio/ninja-internal into mencio-core
Conflicts:
index.html
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'redirect.html')
-rw-r--r-- | redirect.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/redirect.html b/redirect.html new file mode 100644 index 00000000..cf602f58 --- /dev/null +++ b/redirect.html | |||
@@ -0,0 +1,23 @@ | |||
1 | <!DOCTYPE html> | ||
2 | <!-- <copyright> | ||
3 | This file contains proprietary software owned by Motorola Mobility, Inc.<br/> | ||
4 | No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> | ||
5 | (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. | ||
6 | </copyright> --> | ||
7 | <html> | ||
8 | |||
9 | <head> | ||
10 | |||
11 | <title>Ninja - Browser support: Download Google Chrome</title> | ||
12 | |||
13 | </head> | ||
14 | |||
15 | <body> | ||
16 | |||
17 | <div> | ||
18 | <p>Your browser is not supported. Please download and install the latest version of <a href="https://www.google.com/chrome/">Google Chrome</a></p> | ||
19 | </div> | ||
20 | |||
21 | </body> | ||
22 | |||
23 | </html> \ No newline at end of file | ||