diff --git a/qrcode/dist/css/custom.css b/qrcode/dist/css/custom.css new file mode 100644 index 0000000..44e5f47 --- /dev/null +++ b/qrcode/dist/css/custom.css @@ -0,0 +1,9 @@ +/** +* PHP Dynamic Qr code +* +* @author Giandonato Inverso +* @copyright Copyright (c) 2020-2021 +* @license https://opensource.org/licenses/MIT MIT License +* @link https://github.com/giandonatoinverso/PHP-Dynamic-Qr-code +* @version 1.0 +*/ \ No newline at end of file diff --git a/qrcode/includes/head.php b/qrcode/includes/head.php index 4eef626..e38eae2 100644 --- a/qrcode/includes/head.php +++ b/qrcode/includes/head.php @@ -15,4 +15,6 @@ - \ No newline at end of file + + + \ No newline at end of file