templates/gitweb/notfound.tmpl
author Bryan O'Sullivan <bos@serpentine.com>
Wed, 28 Nov 2007 08:38:06 -0800
changeset 5560 e78c24011001
parent 4842 d39776752a1f
child 5820 3a1ffc1da32c
permissions -rw-r--r--
hgweb: make notfound templates more informative

{header}
<title>Mercurial repository not found</title>
</head>

<body>

<div class="page_header">
<a href="http://www.selenic.com/mercurial/" title="Mercurial"><div
  style="float:right;">Mercurial</div></a> Not found: {repo|escape}
</div>

<div class="page_body">
The specified repository "{repo|escape}" is unknown, sorry.
<br/>
<br/>
Please go back to the <a href="/">main repository list page</a>.
</div>

{footer}