view templates/paper/notfound.tmpl @ 9304:9219037fc0a6

hgwebdir: add links to the main repository page in notfound.tmpl
author timeless@mozdev.org
date Mon, 03 Aug 2009 10:39:14 +0200
parents b71ee3e00e81
children
line wrap: on
line source

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

<h2>Mercurial repository not found</h2>

The specified repository "{repo|escape}" is unknown, sorry.

Please go back to the <a href="{url}">main repository list page</a>.

{footer}