Update
This commit is contained in:
@@ -5,9 +5,9 @@ import cgitb
|
||||
cgitb.enable()
|
||||
|
||||
|
||||
form = open("doggu.html", "r").read()
|
||||
form = open("master.html", "r").read()
|
||||
print("Content-type: text/html\n")
|
||||
print(form)
|
||||
|
||||
print('<a href="posts-show.py">Zeig mir alle Posts!</a><br>')
|
||||
print('<a href="tags-show.py">Zeig mir alle Tags!</a>')
|
||||
print('<a href="posts-show.py">Alle Posts!</a><br>')
|
||||
print('<a href="tags-show.py">Alle Tags!</a>')
|
||||
|
Reference in New Issue
Block a user