Add a custom 404 error page for the website

This commit is contained in:
Daniel P. Berrange 2012-06-18 11:58:39 +01:00
parent 3477e6b0ab
commit 72099c5be0
2 changed files with 23 additions and 0 deletions

23
docs/404.html.in Normal file
View File

@ -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>

BIN
docs/libvirtLogo404.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB