Created
February 8, 2012 09:02
-
-
Save twolights/1766993 to your computer and use it in GitHub Desktop.
Google Chart API: QRCode generator
This file contains hidden or 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
| <form method="GET" action="https://chart.googleapis.com/chart"> | |
| <div> | |
| </div> | |
| <div> | |
| Size: <input type="text" name="chs" /> (nxn) | |
| <input type="hidden" value="qr" name="cht" /> | |
| </div> | |
| <div> | |
| Content:<br /> | |
| <textarea name="chl"></textarea> | |
| </div> | |
| <div> | |
| <input type="submit" /> | |
| </div> | |
| </form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment