Diff

notfound.tmpl @ 0:2f78b9100113 draft

Init.
author Trần H. Trung <xmpp:trần.h.trung@trung.fun>
date Mon, 10 Jul 2023 23:41:04 +0700
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/notfound.tmpl	Mon Jul 10 23:41:04 2023 +0700
@@ -0,0 +1,20 @@
+{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}