source: other-projects/nz-flag-design/trunk/design-2d/Original editor.method.ac/method-draw/browser-not-supported.html@ 29468

Last change on this file since 29468 was 29468, checked in by sjs49, 9 years ago

Initial commit for editor.method.ac for flag design

  • Property svn:executable set to *
File size: 1.5 KB
Line 
1<!DOCTYPE html>
2<html>
3<head>
4<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
5<meta http-equiv="X-UA-Compatible" content="chrome=1"/>
6<link rel="icon" type="image/png" href="images/logo.png"/>
7<link rel="stylesheet" href="svg-editor.css" type="text/css"/>
8<script type="text/javascript" src="jquery.js"></script>
9<title>Browser does not support SVG | SVG-edit</title>
10</head>
11<body>
12
13<div id="browser-not-supported">
14<img style="float:left;padding:10px;" src="images/logo.png" width="48" height="48" alt="SVG-edit logo" /><br />
15<p>Sorry, but your browser does not support SVG. Below is a list of alternate browsers and versions that support SVG and SVG-edit (from <a href="http://caniuse.com/#cats=SVG">caniuse.com</a>).</p>
16<p>Try the latest version of <a href="http://www.getfirefox.com">Firefox</a>, <a href="http://www.google.com/chrome/">Google Chrome</a>, <a href="http://www.apple.com/safari/download/">Safari</a>, <a href="http://www.opera.com/download/">Opera</a> or <a href="http://windows.microsoft.com/ie9">Internet Explorer<a/>.</p>
17<p>If you are unable to install one of these and must use an old version of Internet Explorer, you can install the <a href="http://code.google.com/chrome/chromeframe/">Google Chrome Frame plugin</a>.</p>
18
19<script type="text/javascript">
20var viewportHeight =(window.innerHeight ? window.innerHeight : $(window).height()) - 140;
21document.write('<iframe width="100%" height="'+viewportHeight+'" src="http://caniuse.com/#cats=SVG"></iframe>');
22</script>
23
24</div>
25
26</body>
27</html>
Note: See TracBrowser for help on using the repository browser.