templates/spartan/notfound.tmpl
author timeless@mozdev.org
Mon, 03 Aug 2009 10:39:14 +0200
changeset 9304 9219037fc0a6
parent 8431 5c1aabc58004
permissions -rw-r--r--
hgwebdir: add links to the main repository page in notfound.tmpl

{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}