b44603e0b607d16aeee24ef62b5044bcbdaaea5c
[~bandali/bndl.org] / 404.m4
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