mirror of
https://github.com/yacy/yacy_search_server.git
synced 2025-04-18 18:18:49 -04:00
*) Removed <hr /> to make the "404 Unknown Host" error pag look like the other 404 error pages. git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4298 6c8d7289-2bf4-0310-a012-ef5d649a1542
15 lines
451 B
HTML
15 lines
451 B
HTML
<style type="text/css"><!--
|
|
.hostPort {
|
|
color: green;
|
|
font-weight: bold;
|
|
}
|
|
--></style>
|
|
|
|
<p>The server <b>#[hostName]#</b> could not be found.</p>
|
|
#(showList)#::
|
|
<p>Did you mean:</p>
|
|
#(/showList)#
|
|
<ul class="tagList">#{list}#
|
|
<li><a class="hostPort" href="http://#[hostName]#:#[hostPort]##[hostPath]##[hostArgs]#">#[hostName]#</a></li>#{/list}#
|
|
</ul>
|