Created
June 28, 2017 05:03
-
-
Save chintamanand/50dbbf0e9289bc7c8a2bae0f72f88320 to your computer and use it in GitHub Desktop.
Server Info // source https://jsbin.com/fobetik
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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