error.html
504 Bytes
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>error</title>
<style type="text/css">
section{ width:100%; margin:0 auto; max-width:550px;}
section img { max-width:100%; width:100%; height:auto; margin:15% auto}
section a{ float:right; width:10%}
</style>
</head>
<body>
<section>
<a href="#" title="" onClick="android.closeButton();"><img src="images/close1.png"></a>
<img src="images/error1.png" />
</section>
</body>
</html>