cgi-dev

Repository that serves as my CGI "scratchpad" to try things out.
git clone git://git.samirparikh.com/cgi-dev
Log | Files | Refs | README

commit 5333b61f57c133732a4385b1afa78cbb3507f7dd
parent ab612410cde498d205b6c9098eed75c80933f649
Author: Samir Parikh <noreply@samirparikh.com>
Date:   Thu, 10 Mar 2022 16:36:42 +0000

update hello.cgi

Diffstat:
Mhello.cgi | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/hello.cgi b/hello.cgi @@ -11,6 +11,7 @@ Content-type: text/html <H1>About this Site</H1> <HR> <p>This is a site where I am trying to learn about CGI programming using Perl.</p> +<p>To be honest, I am also trying to learn about git at the same time!</p> <p>You can find more information about this server by visiting my <a href="server_info.cgi">About this Server</a> page.</p> </BODY> </HTML>