diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-03-19 01:15:37 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-03-19 01:15:37 +0100 |
commit | bf4afe9b0ebc2d3a04d4e1cd46c46f773d4f1b41 (patch) | |
tree | df00da7ec4d01090cb6604fe8750fe27eaa0b8c5 | |
parent | Fixed slackbuild with right slack-desc (diff) | |
download | rekonq-bf4afe9b0ebc2d3a04d4e1cd46c46f773d4f1b41.tar.xz |
Fixed notfound.html
Thanks, Eelko!
-rw-r--r-- | htmls/notfound.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/htmls/notfound.html b/htmls/notfound.html index 6ffbc9f3..fdfb80bf 100644 --- a/htmls/notfound.html +++ b/htmls/notfound.html @@ -1,7 +1,8 @@ -<html> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title>%1</title> -<style> +<style type="text/css"> body { padding: 3em 0em; background: #eeeeee; @@ -45,7 +46,7 @@ ul { </head> <body> <div id="box"> - <img src="data:image/png;base64,IMAGE_BINARY_DATA_HERE" width="32" height="32"/> + <img src="data:image/png;base64,IMAGE_BINARY_DATA_HERE" width="32" height="32" alt="Not found" /> <h1>%2</h1> <h2>When connecting to: %3.</h2> <ul> |