From 0b3a21f00c5ba427c038d3b59c0e5483e1f31293 Mon Sep 17 00:00:00 2001 From: Maksim Pischulenok Date: Mon, 9 Jun 2025 22:18:48 +0300 Subject: [PATCH] Add qr code --- src/main/resources/static/index.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/main/resources/static/index.html b/src/main/resources/static/index.html index e34e897..96d67b6 100644 --- a/src/main/resources/static/index.html +++ b/src/main/resources/static/index.html @@ -50,15 +50,36 @@ position: relative; z-index: 1; } + + .qr-code { + position: fixed; + z-index: 2; + bottom: 20px; + right: 20px; + } Смешная картинка +QR Code