fix email on cv
[~bandali/bndl.org] / 404.m4
CommitLineData
29f0d7b9
AB
1dnl -*- html -*-
2define(__title, `404 Not Found')dnl
3define(__slug, `404')dnl
4include(header.html)dnl
5
6<h1>__slug</h1>
7<p>Sorry, that page does not exist.</p>
8
9include(footer.html)dnl