Alpha first commit
This commit is contained in:
Executable
+16
@@ -0,0 +1,16 @@
|
||||
#!/usr/bin/python3.5
|
||||
|
||||
# DEBUG
|
||||
import cgitb
|
||||
cgitb.enable()
|
||||
|
||||
def printheader():
|
||||
print("Content-Type: text/html\n")
|
||||
|
||||
print ("""
|
||||
<html>
|
||||
<title> Ma Jolie petite Page</title>
|
||||
""")
|
||||
|
||||
def printfooter():
|
||||
print("</html>")
|
||||
Reference in New Issue
Block a user