Skip to content

Instantly share code, notes, and snippets.

@Demontager
Created July 30, 2014 17:43
Show Gist options
  • Save Demontager/74fd4de384a9421e9441 to your computer and use it in GitHub Desktop.
Save Demontager/74fd4de384a9421e9441 to your computer and use it in GitHub Desktop.
<html>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<title>Interactive Page</title>
</head>
<body>
<form method=POST action="/cgi-bin/server.py">
<P><B>Enter your name:</B>
<P><input type=text name=user>
<P><input type=submit>
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment