Files
Docker-Flask-QR/templates/qr.html
2023-10-31 20:15:54 +01:00

10 lines
127 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>QR-Code-Generator</title>
</head>
<body>
<img src="{{ url|qrcode }}">
</body>
</html>