1 <html> 2 <head> 3 <title>Web page not available</title> 4 <style type="text/css"> 5 body { margin-top: 0px; padding-top: 0px; } 6 h2 { margin-top: 5px; padding-top: 0px; } 7 </style> 8 9 <body> 10 11 <img src="file:///android_asset/webkit/android-weberror.png" align="top" /> 12 <h2>Web page not available</h2> 13 <p>The Web page at <a href="%s">%s</a> might be temporarily down or it may have moved permanently to a new web address.</p> 14 15 <p><b>Here are some suggestions:</b></p> 16 <ul> 17 <li>Check to make sure that your device has a signal and data connection</li> 18 <li>Reload this web page later.</li> 19 <li>View a cached copy of the web page from Google</li> 20 21 </ul> 22 </body> 23 </head> 24 </html> 25