summaryrefslogtreecommitdiff
path: root/htmls
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-03-19 01:15:37 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-03-19 01:15:37 +0100
commitbf4afe9b0ebc2d3a04d4e1cd46c46f773d4f1b41 (patch)
treedf00da7ec4d01090cb6604fe8750fe27eaa0b8c5 /htmls
parentFixed slackbuild with right slack-desc (diff)
downloadrekonq-bf4afe9b0ebc2d3a04d4e1cd46c46f773d4f1b41.tar.xz
Fixed notfound.html
Thanks, Eelko!
Diffstat (limited to 'htmls')
-rw-r--r--htmls/notfound.html7
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>