diff options
author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-07-25 23:33:21 +0200 |
---|---|---|
committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-07-25 23:33:27 +0200 |
commit | 58e3e4a2071da194d3c90a2b5901f9b98b1c2242 (patch) | |
tree | e7a62d059fc43e515d47a099bb818aa23ee5d02f /src | |
parent | 9f55ed554fd448c2acf83f8f91f418e48e290e94 (diff) |
Add link to LandChad
Diffstat (limited to 'src')
-rw-r--r-- | src/blog/sunday-corner.html.erb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/blog/sunday-corner.html.erb b/src/blog/sunday-corner.html.erb index 8946c5a..8df4dd3 100644 --- a/src/blog/sunday-corner.html.erb +++ b/src/blog/sunday-corner.html.erb @@ -73,3 +73,10 @@ The Corner is implemented as a CGI script written in Ruby. You can find the source code <a href='<%= git 'sunday' %>'>here</a>. Feel free to copy my code or implement a similar idea for your own personal website! </p> + +<p> +I also just wrote an +<a href='https://landchad.net/cgi.html'>article for LandChad</a> about CGI +scripting, if you're interested in CGI scripting in general. The example used +there is in concept very similar to the Corner. +</p> |