summaryrefslogtreecommitdiffstats
path: root/core/res/assets/webkit/nodomain.html
blob: 7a107fb7908d3a9fd7a2b544e9cf13095cbc9888 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<html>
    <head>
        <title>Web page not available</title>
        <style type="text/css">
            body { margin-top: 0px; padding-top: 0px; }
            h2   { margin-top: 5px; padding-top: 0px; }
        </style>

        <body>

            <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
            <h2>Web page not available</h2>
            <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>

            <p><b>Here are some suggestions:</b></p>
            <ul>
                <li>Check to make sure your device has a signal and data
                connection</li>
                <li>Reload this web page later.</li>
                <li>View a cached copy of the web page from Google</li>

            </ul>
        </body>
    </head>
</html>