diff --git a/homepage/cgi.py b/homepage/cgi.py
new file mode 100644
index 0000000..68790bf
--- /dev/null
+++ b/homepage/cgi.py
@@ -0,0 +1,7 @@
+import cgitb
+cgitb.enable()
+print("Content-Type: text/html") # HTML is following
+print() # blank line, end of headers
+print("
CGI script output")
+print("This is my first CGI script
")
+print("Hello, world!")
\ No newline at end of file
diff --git a/homepage/contact.html b/homepage/contact.html
index 5ecc594..7c486da 100644
--- a/homepage/contact.html
+++ b/homepage/contact.html
@@ -120,7 +120,7 @@