From cccf3ada437bf9f41103198ec43ab88595ec5504 Mon Sep 17 00:00:00 2001 From: 0xRenegade Date: Sat, 24 Sep 2022 13:09:17 -0500 Subject: [PATCH] adds in custom.css for, well, custom styles. --- qrcode/dist/css/custom.css | 9 +++++++++ qrcode/includes/head.php | 4 +++- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 qrcode/dist/css/custom.css 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