templates/gitweb/notfound.tmpl
changeset 4827 d39776752a1f
equal deleted inserted replaced
4826:9b0ebb5e0f94 4827:d39776752a1f
       
     1 {header}
       
     2 <title>Mercurial repositories index</title>
       
     3 </head>
       
     4 
       
     5 <body>
       
     6 
       
     7 <div class="page_header">
       
     8 <a href="http://www.selenic.com/mercurial/" title="Mercurial"><div
       
     9   style="float:right;">Mercurial</div></a> Not found: {repo|escape}
       
    10 </div>
       
    11 
       
    12 <div class="page_body">
       
    13 The specified repository "{repo|escape}" is unknown, sorry.
       
    14 <br/>
       
    15 <br/>
       
    16 Please go back to the <a href="/">main repository list page</a>.
       
    17 </div>
       
    18 
       
    19 {footer}