projects
/
~bandali
/
bndl.org
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
don't regenerate the feeds when non-note m4 files change
[~bandali/bndl.org]
/
404.m4
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
dnl -*- html -*-
2
define(__title, `404 Not Found')dnl
3
define(__slug, `404')dnl
4
include(header.html)dnl
5
6
<h1>__slug</h1>
7
<p>Sorry, that page does not exist.</p>
8
9
include(footer.html)dnl