summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-07-25 14:29:02 -0400
committerGitHub <noreply@github.com>2021-07-25 14:29:02 -0400
commit1909783edcbd81286c9c24343d88a383b2d9fe7e (patch)
tree2a4e52e966c3e233c8a7d3100abfe884c35c15cb /index.html
parente8b4d8726b0e21aabe3e48f8e1ef5c8431d51de5 (diff)
parentb709f8d5741c395aef12dcbf9a081f868533cfc0 (diff)
Merge pull request #87 from m-chrzan/master
Add server side scripting with CGI
Diffstat (limited to 'index.html')
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index 0568e63..8441d6c 100644
--- a/index.html
+++ b/index.html
@@ -51,6 +51,7 @@
<li><a href="maintenance.html">How to Maintain a Server.</a></li>
<li><a href="sshkeys.html">Use your SSH keys to prevent hacking.</a></li>
<li><a href="cron.html">Schedule tasks with Crontabs/Cronjobs.</a></li>
+ <li><a href="cgi.html">Server side scripting with CGI</a></li>
<li><a href="tor.html">Mirror your site on <img src="pix/tor.svg">Tor.</a></li>
<li><a href="auth.html">Password-protecting Webpages (HTTP Authentication)</a></li>
<li><a href="ufw.html">Using ufw as a firewall.</a></li>