From 03242bec2ac79613472960673a87da86f5498431 Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Mon, 30 Jan 2012 23:08:42 -0800 Subject: Adding browser check for Chrome and redirect page. Adding a check for Google Chrome browser and a redirect page to download and install Chrome. Signed-off-by: Valerio Virgillito <valerio@motorola.com> --- redirect.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 redirect.html (limited to 'redirect.html') diff --git a/redirect.html b/redirect.html new file mode 100644 index 00000000..cf602f58 --- /dev/null +++ b/redirect.html @@ -0,0 +1,23 @@ +<!DOCTYPE html> +<!-- <copyright> + This file contains proprietary software owned by Motorola Mobility, Inc.<br/> + No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> + (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. + </copyright> --> +<html> + +<head> + + <title>Ninja - Browser support: Download Google Chrome</title> + +</head> + +<body> + + <div> + <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> + </div> + +</body> + +</html> \ No newline at end of file -- cgit v1.2.3