You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yacy_search_server/htroot/proxymsg/unknownHost.inc

14 lines
423 B

<style type="text/css"><!--
.hostPort {
color: green;
font-weight: bold;
}
--></style>
<hr />
<p>The server <b>#[hostName]#</b> could not be found.</p>
<p>Did you mean:</p>
<ul class="tagList">#{list}#
<li><a class="hostPort" href="http://#[hostName]#:#[hostPort]##[hostPath]##[hostArgs]#">#[hostName]#</a></li>#{/list}#
</ul>