mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
3924072e4e
Error 404 page had relative paths specified for both the image and stylesheets which caused a problem when requested URL included a subfolder (e.g. http://libvirt.org/asdf/asdf ). This patch corrects this behaviour by modifying href_base to '/' (for style-sheets) and changing the src of the image (to be '/' always).
24 lines
622 B
XML
24 lines
622 B
XML
<?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>
|