blob: e4e48a45edea7ab106afe04c00159b71f1ba5f41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/bin/sh
# -*- markdown -*-
echo "<!DOCTYPE html>";pandoc <<EOF
# Every page a program
## an exciting new experiment in web development
Er, not really, lol. This is a plain CGI script with shit tacked on. Anyway ...
See [the source][]!
[the source]: /source/index
|