summaryrefslogtreecommitdiff
path: root/mercurial/templates/gitweb/notfound.tmpl
blob: e9f74a334d4ebe0b14c0a36f1de351c61cf49a61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{header}
<title>Mercurial repository not found</title>
</head>

<body>

<div class="page_header">
<a href="{logourl}" title="Mercurial" style="float: right;">Mercurial</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="{url}">main repository list page</a>.
</div>

{footer}