diff --git a/README.md b/README.md index 21cdcbd..777ed88 100644 --- a/README.md +++ b/README.md @@ -4,16 +4,16 @@ Ein einfacher QR-Code-Generator, der vollständig im Browser läuft. Keine Daten ## Features -- ✅ Vollständig clientseitig (keine Server-Kommunikation) -- ✅ URL-Parameter für alle Einstellungen -- ✅ Anpassbare Größen und Farben -- ✅ Verschiedene Fehlerkorrektur-Level -- ✅ Download-Funktion -- ✅ Responsive Design -- ✅ **WiFi QR-Code Unterstützung mit eigener UI** -- ✅ **Dynamische Klartext-Anzeige** -- ✅ **Automatische QR-Code-Generierung** -- ✅ **Sicher gegen XSS (Content Security Policy, validierte Eingaben, kein Inline-JS)** +- Vollständig clientseitig (keine Server-Kommunikation) +- URL-Parameter für alle Einstellungen +- Anpassbare Größen und Farben +- Verschiedene Fehlerkorrektur-Level +- Download-Funktion +- Responsive Design +- WiFi QR-Code Unterstützung mit eigener UI +- Dynamische Klartext-Anzeige +- Automatische QR-Code-Generierung +- Sicher gegen XSS (Content Security Policy, validierte Eingaben, kein Inline-JS) ## Docker Setup diff --git a/index.html b/index.html index f630f09..0a9cd95 100644 --- a/index.html +++ b/index.html @@ -1,10 +1,10 @@ - + - Just a QR Code + QR ohne Schnickschnack @@ -299,13 +299,13 @@
-

Just a QR Code

+

QR ohne Schnickschnack

- +
@@ -380,7 +380,7 @@

Not today.

-

Rather than bemoan the fact that there's no easy way to get just a QR code without the low-key parasitic monetization, I found a library (qrious) and put together just enough Javascript code to generate QR codes in the browser. No ads, no trackers, no sending your data to someone else's server for who-knows-what-reason.

+

Rather than bemoan the fact that there's no easy way to get QR ohne Schnickschnak without the low-key parasitic monetization, I found a library (qrious) and put together just enough Javascript code to generate QR codes in the browser. No ads, no trackers, no sending your data to someone else's server for who-knows-what-reason.

Go ahead and inspect the page source. Save it to your computer, copy it, remix it, whatever you want.