Skip to content

Instantly share code, notes, and snippets.

@YashIndane
Created September 17, 2021 06:48
Show Gist options
  • Save YashIndane/4b14d81aa9595764f1b20a0029d1f40d to your computer and use it in GitHub Desktop.
Save YashIndane/4b14d81aa9595764f1b20a0029d1f40d to your computer and use it in GitHub Desktop.
HTML page for cgi demonstration
<html>
<head>
<title>CGI DEMO</title>
</head>
<body>
<form action="http://<ip>/cgi-bin/cgicode.py">
<p>Type your command</p></br>
<input type="text" name="name">
<input type="submit" value="Execute">
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment