Skip to content

Instantly share code, notes, and snippets.

@chintamanand
Created June 28, 2017 05:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chintamanand/50dbbf0e9289bc7c8a2bae0f72f88320 to your computer and use it in GitHub Desktop.
Save chintamanand/50dbbf0e9289bc7c8a2bae0f72f88320 to your computer and use it in GitHub Desktop.
Server Info // source https://jsbin.com/fobetik
<!Doctype html>
<html>
<head>
<title>Server Info</title>
</head>
<body bgcolor=yellow><br>
<FORM ACTION= "http://localhost/cgi-bin/q1t.pl" METHOD=POST>
<center>
<input type="submit" value="Show Server Information">
</center>
</form>
<script id="jsbin-source-html" type="text/html"><!Doctype html>
<html>
<head>
<title>Server Info</title>
</head>
<body bgcolor=yellow><br>
<FORM ACTION= "http://localhost/cgi-bin/q1t.pl" METHOD=POST>
<center>
<input type="submit" value="Show Server Information">
</center>
</form>
</body>
</html>
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment