m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Chrzanowski <m@m-chrzan.xyz>2021-07-25 23:33:21 +0200
committerMarcin Chrzanowski <m@m-chrzan.xyz>2021-07-25 23:33:27 +0200
commit58e3e4a2071da194d3c90a2b5901f9b98b1c2242 (patch)
treee7a62d059fc43e515d47a099bb818aa23ee5d02f
parent9f55ed554fd448c2acf83f8f91f418e48e290e94 (diff)
Add link to LandChad
-rw-r--r--src/blog/sunday-corner.html.erb7
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>