1<html> 2 <head> 3 <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/> 4 <title>Webpage not available</title> 5 <style type="text/css"> 6 body { margin-top: 0px; padding-top: 0px; } 7 h2 { margin-top: 5px; padding-top: 0px; } 8 </style> 9 10 <body> 11 12 <img src="file:///android_asset/webkit/android-weberror.png" align="top" /> 13 <h2>Webpage not available</h2> 14 <p>The webpage at <a href="%s">%s</a> might be 15 temporarily down or it may have moved permanently to a new web 16 address.</p> 17 18 <p><b>Suggestions:</b></p> 19 <ul> 20 <li>Make sure you have a data connection</li> 21 <li>Reload this webpage later</li> 22 <li>Check the address you entered</li> 23 </ul> 24 </body> 25 </head> 26</html> 27