mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 10:11:20 +00:00
browser support
This commit is contained in:
19
unsupported.html
Normal file
19
unsupported.html
Normal file
@@ -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>
|
||||
Reference in New Issue
Block a user