diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-15 23:37:40 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-15 23:37:40 +0200 |
commit | 72eef049a993b450b09374136a38aa1bd4d21598 (patch) | |
tree | a76a39a1f2a1e3289b1e52b1b790a4733f4fd1e2 /src | |
parent | a682dbea0b9d47c4723870eae138911e0f7d06a4 (diff) |
Add a section for assorted links
Diffstat (limited to 'src')
-rw-r--r-- | src/www/index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/www/index.html b/src/www/index.html index 66af1c7..29f7ad3 100644 --- a/src/www/index.html +++ b/src/www/index.html @@ -100,6 +100,18 @@ </a> </li> </ul> + + <p>Assorted Links</p> + <ul> + <li> + <a + target="_blank" + href="https://web.archive.org/web/20230619115633/http://lists.warhead.org.uk/pipermail/iwe/2005-July/000130.html" + > + <cite>Why Lisp Macros are Cool</cite> + </a> + </li> + </ul> </main> <hr> |