diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2008-11-01 13:04:26 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2008-11-01 13:04:26 +0100 |
commit | 2147abb0c02358b512925191d3e545574ec80e08 (patch) | |
tree | 5ad620f6ef7658b619768bc7cfc2de94a5dd71f4 /src/htmls/notfound.html | |
parent | Various improvements on the street from Qt demo browser (diff) | |
download | rekonq-2147abb0c02358b512925191d3e545574ec80e08.tar.xz |
Localizing strings..
Diffstat (limited to 'src/htmls/notfound.html')
-rwxr-xr-x | src/htmls/notfound.html | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/src/htmls/notfound.html b/src/htmls/notfound.html deleted file mode 100755 index b428a6a3..00000000 --- a/src/htmls/notfound.html +++ /dev/null @@ -1,63 +0,0 @@ -<html> -<head> -<title>%1</title> -<style> -body { - padding: 3em 0em; - background: #eeeeee; -} -hr { - color: lightgray; - width: 100%; -} -img { - float: left; - opacity: .8; -} -#box { - background: white; - border: 1px solid lightgray; - width: 600px; - padding: 60px; - margin: auto; -} -h1 { - font-size: 130%; - font-weight: bold; - border-bottom: 1px solid lightgray; - margin-left: 48px; -} -h2 { - font-size: 100%; - font-weight: normal; - border-bottom: 1px solid lightgray; - margin-left: 48px; -} -ul { - font-size: 80%; - padding-left: 48px; - margin: 0; -} -#reloadButton { - padding-left: 48px; -} -</style> -</head> -<body> - <div id="box"> - <img src="data:image/png;base64,IMAGE_BINARY_DATA_HERE" width="32" height="32"/> - <h1>%2</h1> - <h2>When connecting to: %3.</h2> - <ul> - <li>Check the address for errors such as <b>ww</b>.trolltech.com - instead of <b>www</b>.trolltech.com</li> - <li>If the address is correct, try to check the network - connection.</li> - <li>If your computer or network is protected by a firewall or - proxy, make sure that the browser demo is permitted to access - the network.</li> - </ul> - <br/><br/> - </div> -</body> -</html> |