Skip to content

Commit

Permalink
feat(CGI): add files with syntax errors and without permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
dantol29 committed May 22, 2024
1 parent 5df3a79 commit ff447f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ print("<html><head><title>Python Site</title></head><body>")
print("<h1>Welcome to Our Python Site!</h1>")
print("<p>This page was generated with Python CGI.</p>")
current_time = datetime.datetime.now()
print(f"<p>The current date and time is: {current_time}.</p>")
print(f"<p>The current date and time is: {cur
print("</body></html>")

0 comments on commit ff447f2

Please sign in to comment.