]> xenbits.xensource.com Git - libvirt.git/commitdiff
Add a custom 404 error page for the website
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 18 Jun 2012 10:58:39 +0000 (11:58 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 18 Jun 2012 19:10:29 +0000 (20:10 +0100)
docs/404.html.in [new file with mode: 0644]
docs/libvirtLogo404.png [new file with mode: 0644]

diff --git a/docs/404.html.in b/docs/404.html.in
new file mode 100644 (file)
index 0000000..9363871
--- /dev/null
@@ -0,0 +1,23 @@
+<?xml version="1.0"?>
+<html>
+  <body>
+    <h1>404 page not found</h1>
+
+    <p>
+      Someone appears to have eaten the <del>penguin</del>
+      page you were looking for. You might want to try
+    </p>
+    <ul>
+      <li>going back to the <a href="http://libvirt.org/">home page</a> to find
+        a collection of links to interesting pages on this site</li>
+      <li>using the search box at the top right corner of the screen to
+        locate the content on this site or mailing list archives</li>
+    </ul>
+
+    <p class="image">
+      <img src="libvirtLogo404.png" alt="libvirt Logo"/>
+    </p>
+
+
+  </body>
+</html>
diff --git a/docs/libvirtLogo404.png b/docs/libvirtLogo404.png
new file mode 100644 (file)
index 0000000..059c0eb
Binary files /dev/null and b/docs/libvirtLogo404.png differ