38 lines
1.3 KiB
HTML
38 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="chrome=1"/>
|
|
<link rel="icon" type="image/png" href="images/logo.png"/>
|
|
<link rel="stylesheet" href="css/method-draw.css" type="text/css"/>
|
|
<style type="text/css">
|
|
#browser-not-supported {
|
|
max-width: 600px;
|
|
margin: 0 auto;
|
|
background: #222;
|
|
color: #eee;
|
|
font-size: 18px;
|
|
line-height: 180%;
|
|
padding: 64px;
|
|
}
|
|
|
|
a {
|
|
color: #c90;
|
|
}
|
|
</style>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
|
|
<title>Browser does not support SVG | Method Draw</title>
|
|
</head>
|
|
<body>
|
|
|
|
<div id="browser-not-supported">
|
|
<img src="images/logo.png" width="16" height="16" alt="Method Draw Logo" /><br />
|
|
<p>Sorry, but your browser does not support SVG. Below is a list of alternate browsers and versions that support SVG and Method Draw.</p>
|
|
<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="https://www.microsoft.com/en-us/edge">Microsoft Edge</a>.</p>
|
|
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|