browser support
diff --git a/unsupported.html b/unsupported.html
new file mode 100644
index 0000000..b770bad
--- /dev/null
+++ b/unsupported.html
@@ -0,0 +1,19 @@
+<html>
+<head>
+	<title>ERPNext - Uprade your browser</title>
+</head>
+<body style="background-color: #eee">
+	<div style="width: 900px; margin: 20px auto; padding: 20px;
+	background-color: #fff; border: 2px solid #aaa; font-family: Arial">
+	<h3>Upgrade Your Browser</h3>
+	<p><i>ERPNext requires a modern web browser to function correctly</i></p>
+	<p>Supported browsers are:
+		<ul>
+		<li><a href="http://mozilla.com/firefox">Mozilla Firfox 4+</a>,
+		<li><a href="http://google.com/chrome">Google Chorme 14+</a>,
+		<li><a href="http://apple.com/safari">Apple Safari 5+</a>,
+		<li><a href="http://ie.microsoft.com">Microsoft Internet Explorer 9+</a>,
+		<li><a href="http://www.opera.com/">Opera</a>
+		</ul>
+	</p>
+</body>
\ No newline at end of file