diff options
Diffstat (limited to 'src/http/tpl/index.html')
-rw-r--r-- | src/http/tpl/index.html | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/src/http/tpl/index.html b/src/http/tpl/index.html index 599a666..7f6399a 100644 --- a/src/http/tpl/index.html +++ b/src/http/tpl/index.html @@ -23,14 +23,26 @@ <h2>Dev</h2> <ul> <li> - <a href="https://code.betamike.com/mediocregopher">Gitea</a> - and - <a href="https://github.com/mediocregopher">GitHub</a> - are for open-source code I've written. + <a href="https://dev.mediocregopher.com">dev.mediocregopher.com</a> is + for open-source projects I still care about. + <ul> + <li> + <a href="https://dev.mediocregopher.com/mediocre-blog/">mediocre-blog</a> + is the CMS I designed from scratch to run this site. + </li> + </ul> + </li> + <li> + <a href="https://github.com/mediocregopher">My GitHub</a> is a graveyard + of abandonware, with one exception. + <ul> + <li> + <a href="https://github.com/mediocregopher/radix">radix</a> is for + using redis with go. + </li> + </ul> </li> - <li><a href="https://github.com/mediocregopher/radix">radix</a> is for using redis with go.</li> <li><a href="https://code.betamike.com/micropelago">micropelago</a> implements the foundation of a community infrastucture.</li> - <li><a href="https://dev.mediocregopher.com/mediocre-blog.git">mediocre-blog</a> is the CMS I designed from scratch to run this site.</li> </ul> <h2>Other</h2> |