From 4107a930b63d9d7193574ad37106bbe88d9be4f3 Mon Sep 17 00:00:00 2001 From: tebarius Date: Mon, 13 Nov 2023 15:55:55 +0100 Subject: [PATCH] =?UTF-8?q?anpassung=20f=C3=BCr=20proxy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 50 ++++++++++++++++---------- app/Flask-QR.py | 8 ++++- app/{static => qr-static}/favicon.ico | Bin app/{static => qr-static}/style.css | 0 app/templates/index.html | 18 +++++----- app/templates/qr.html | 2 +- 6 files changed, 48 insertions(+), 30 deletions(-) rename app/{static => qr-static}/favicon.ico (100%) rename app/{static => qr-static}/style.css (100%) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 8830aea..fd3347e 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,10 +4,13 @@