summaryrefslogtreecommitdiff
path: root/html/_generic.404.html
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-01-23 00:25:31 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-01-23 00:25:31 +0000
commitb2aa5bb6136f733bd983bea03239e976fe4dc6ba (patch)
treeb6b662ab840963f0b9089c90f52e9e9ef8270b55 /html/_generic.404.html
Initial commit. Ported cgit design to roundup's
Diffstat (limited to 'html/_generic.404.html')
-rw-r--r--html/_generic.404.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/html/_generic.404.html b/html/_generic.404.html
new file mode 100644
index 0000000..451367d
--- /dev/null
+++ b/html/_generic.404.html
@@ -0,0 +1,10 @@
+<html>
+<head>
+<title>Item Not Found</title>
+</head>
+
+<body>
+There is no <span tal:content="context/_classname" /> with id <span tal:content="context/id"/>
+</body>
+</html>
+<!-- SHA: 7c74a39904a98fd7aacba48daf5c6820da253ed2 -->