view templates/gitweb/notfound.tmpl @ 4827:d39776752a1f

gitweb: add notfound template
author Brendan Cully <brendan@kublai.com>
date Thu, 05 Jul 2007 19:47:04 -0700
parents
children
line wrap: on
line source

{header}
<title>Mercurial repositories index</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}