Software /
code /
mercurial-template
File
notfound.tmpl @ 14:1187d1379ac1 draft default tip
footer.tmpl: point URLs to my own site instead.
author | Trần H. Trung <xmpp:trần.h.trung@trung.fun> |
---|---|
date | Tue, 29 Aug 2023 15:50:06 +0700 |
parent | 0:2f78b9100113 |
line wrap: on
line source
{header} <title>Mercurial repository not found</title> </head> <body> {logo} <div class="main"> <main> <hr /> <h1>Mercurial repository not found</h1> <p> The specified repository "{repo|escape}" is unknown, sorry. </p> <p> Please go back to the <a href="{url|urlescape}">main repository list page</a>. </p> <hr /> </main> </div> {banner} {footer}