QR Code Generator
61 |62 | QR Codes allow smartphone users to access your website simply and 63 | quickly. 64 |
65 |66 | Enter your URL below to generate a QR Code and download the image. 67 |
68 | 69 | 98 |├── favicon.ico ├── img ├── qr-code.svg ├── screen.png └── spinner.svg ├── index.html ├── js └── script.js └── readme.md /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradtraversy/qr-code-generator/1ffca058365c26d7a2c25fc05d289a2c98290767/favicon.ico -------------------------------------------------------------------------------- /img/qr-code.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 97 | -------------------------------------------------------------------------------- /img/screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradtraversy/qr-code-generator/1ffca058365c26d7a2c25fc05d289a2c98290767/img/screen.png -------------------------------------------------------------------------------- /img/spinner.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradtraversy/qr-code-generator/1ffca058365c26d7a2c25fc05d289a2c98290767/img/spinner.svg -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 | 7 | 11 | 15 | 16 | 17 | 18 | 22 | 23 | 34 | 40 | 41 | 46 |62 | QR Codes allow smartphone users to access your website simply and 63 | quickly. 64 |
65 |66 | Enter your URL below to generate a QR Code and download the image. 67 |
68 | 69 | 98 |