This commit is contained in:
rald 2023-08-05 05:37:48 +08:00
parent 5b97a252de
commit fab4347baa
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
#!/usr/bin/env python3
from helpers import show_header_ok
show_header_ok()
with open('cgi-bin/README.md') as f:
contents = f.read()
print(contents)
print("## Project Source:")
print("=> https://tildegit.org/tomasino/gemspace/src/branch/master/cgi-example CGI Example Source on tildegit.org")
print("")
print("## Get Started")
print("=> login.cgi Login with your client certificate to begin")
#vim:fenc=utf-8:ts=4:sw=4:sta:noet:sts=4:fdm=marker:ai