summaryrefslogtreecommitdiff
path: root/src/data/notfound.html
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-12-16 03:02:51 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-12-16 03:02:51 +0100
commit170d0b123f2133c3a17ee4e53f5c3e1b9c905a7c (patch)
tree57ca9a51b753fc6c36dacd66774b91242c138fcd /src/data/notfound.html
parentclean up (diff)
downloadrekonq-170d0b123f2133c3a17ee4e53f5c3e1b9c905a7c.tar.xz
notfound.html --> rekonqinfo.html
cleanups
Diffstat (limited to 'src/data/notfound.html')
-rw-r--r--src/data/notfound.html63
1 files changed, 0 insertions, 63 deletions
diff --git a/src/data/notfound.html b/src/data/notfound.html
deleted file mode 100644
index e347f53a..00000000
--- a/src/data/notfound.html
+++ /dev/null
@@ -1,63 +0,0 @@
-<!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 type="text/css">
-
-html{
-margin:0;
-padding:0;
-}
-
-body{
-background: #AAA;
-margin:0;
-padding:0;
-font-family: sans-serif;
-font-size: 100%;
-}
-
-#block {
-background: #fff;
-border: 2px solid #d9d9d9;
-padding: 40px;
-width: 800px;
-margin: 60px auto;
-color: #444;
--webkit-border-radius: 15px
-}
-
-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 {
-padding: 12px 48px;
-margin: 0;
-}
-
-#reloadButton {
-margin-left: 48px;
-margin-bottom: 12px;
-}
-
-</style>
-
-</head>
-
-<body>
-<div id="block">%3</div>
-</body>
-
-</html>