What's wrong with my script?

Michael Landmann michael1083 at gmx.de
Fri Sep 14 14:27:41 EDT 2001


Hi, I wrote this script and saved it as index.cgi, but it doesn't work.
Idea?

#! /usr/bin/python

print "<html>"
print "<head>"
print "<title>Aramedis.com</title>"
print "<meta http-equiv="refresh" content="5;
URL=http://www.aramedis.de/de/index.htx">"

print "</head>"

print "<body bgcolor=#000000>"
print "hallo"
print "</body>"
print "</html>"






More information about the Python-list mailing list