36
36
# Write the XHTML opening and head element
37
41
req.write("""<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
38
42
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
39
43
<html xmlns="http://www.w3.org/1999/xhtml">
45
46
<meta http-equiv="Content-Type"
51
52
# Open the body element and write a bunch of stuff there (the header)