summaryrefslogtreecommitdiff
path: root/chromium/res/raw/webviewchromium_nodomain.html
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/res/raw/webviewchromium_nodomain.html')
-rw-r--r--chromium/res/raw/webviewchromium_nodomain.html26
1 files changed, 0 insertions, 26 deletions
diff --git a/chromium/res/raw/webviewchromium_nodomain.html b/chromium/res/raw/webviewchromium_nodomain.html
deleted file mode 100644
index d757483..0000000
--- a/chromium/res/raw/webviewchromium_nodomain.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<html>
- <head>
- <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
- <title>Webpage 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>Webpage not available</h2>
- <p>The webpage at <a href="%s">%s</a> might be
- temporarily down or it may have moved permanently to a new web
- address.</p>
-
- <p><b>Suggestions:</b></p>
- <ul>
- <li>Make sure you have a data connection</li>
- <li>Reload this webpage later</li>
- <li>Check the address you entered</li>
- </ul>
- </body>
- </head>
-</html>