view mercurial/templates/paper/notfound.tmpl @ 19447:182942b38d24

hgweb: make stripes in directory view with CSS
author Alexander Plavin <me@aplavin.ru>
date Sat, 13 Jul 2013 17:44:46 +0400
parents 9409aeaafdc1
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|urlescape}">main repository list page</a>.

{footer}