From 0dfec16457a42a07380c64858c2ca48cd99a2320 Mon Sep 17 00:00:00 2001 From: Vosjedev Date: Sun, 26 Oct 2025 10:17:10 +0100 Subject: Add more html (notfound.html, mailpage.html) --- html/mailpage.html | 23 +++++++++++++++++++++++ html/notfound.html | 14 ++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 html/mailpage.html create mode 100644 html/notfound.html (limited to 'html') diff --git a/html/mailpage.html b/html/mailpage.html new file mode 100644 index 0000000..0314892 --- /dev/null +++ b/html/mailpage.html @@ -0,0 +1,23 @@ + + + + + + + + + + +
+ {project}/{bug}/{pagenr} +
+

+ {subject} +

+ +
+ {content} +
+ + + diff --git a/html/notfound.html b/html/notfound.html new file mode 100644 index 0000000..8f5ba75 --- /dev/null +++ b/html/notfound.html @@ -0,0 +1,14 @@ + + + + + + + + + +

Not found

+

Not found: {path}

+ + + -- cgit